配置邮件管理列表去除附件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b076c1edbd
commit
ab527e2357
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue