1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-23 17:10:45 +08:00
parent 20723e8d2c
commit 073b06a76f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<el-table-column prop="Name" :label="$t('trials:signRecords:table:fileName')" show-overflow-tooltip <el-table-column prop="Name" :label="$t('trials:signRecords:table:fileName')" show-overflow-tooltip
sortable="custom" /> sortable="custom" />
<el-table-column :label="$t('trials:signRecords:table:AttachmentCount')" prop="AttachmentCount" <el-table-column :label="$t('trials:signRecords:table:AttachmentCount')" prop="AttachmentCount"
show-overflow-tooltip sortable="custom"> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" @click.stop="openAttachment(scope.row, true)">{{ scope.row.AttachmentCount <el-button type="text" @click.stop="openAttachment(scope.row, true)">{{ scope.row.AttachmentCount
}}</el-button> }}</el-button>