iT邦幫忙

2022 iThome 鐵人賽

DAY 17
0
<template v-if="hasSpecificProperty(col.prop, ['outputS3URL'])">
          <el-table-column :key="`col${index}`" :prop="col.prop" :label="col.name" :width="col.width || 'auto'">
            <template #default="scope">
              <el-link :href="scope.row[col.prop]" target="_blank" :underline="false">
                {{ showText(scope.row[col.prop], col.text) }}
              </el-link>
            </template>
          </el-table-column>
        </template>

上一篇
D16 - Unittest
下一篇
D18 - Refactor
系列文
寫個好的lib大家用吧!那些好用的lib常見的套路與想法25
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言