@@ -203,7 +203,7 @@
|
||||
<!-- width="160"-->
|
||||
<!-- />-->
|
||||
<!-- 附件 -->
|
||||
<el-table-column
|
||||
<!-- <el-table-column
|
||||
v-if="$i18n.locale === 'zh' && isDistinguishCriteria"
|
||||
prop="AttachNameCN"
|
||||
:label="$t('trials:emailManageCfg:title:fileName')"
|
||||
@@ -227,9 +227,6 @@
|
||||
min-width="140"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<!-- <el-button v-if="scope.row.AttachPath" type="text" @click="handlePreview(scope.row.AttachPath)">
|
||||
{{ scope.row.AttachName }}
|
||||
</el-button> -->
|
||||
<span
|
||||
v-if="scope.row.AttachPath"
|
||||
@click="handlePreview(scope.row.AttachPath)"
|
||||
@@ -237,7 +234,7 @@
|
||||
>{{ scope.row.AttachName }}</span
|
||||
>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<!-- 是否需要回执 -->
|
||||
<!-- <el-table-column
|
||||
prop="IsReturnRequired"
|
||||
|
||||
Reference in New Issue
Block a user