配置邮件管理列表去除附件
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-18 09:13:21 +08:00
parent b076c1edbd
commit ab527e2357
1 changed files with 2 additions and 5 deletions

View File

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