熊飞 2024-02-21 09:56:55 +08:00
parent dc60128cae
commit 7e39c67fc2
2 changed files with 10 additions and 3 deletions

View File

@ -10,7 +10,7 @@
> >
<!-- 审核问题 --> <!-- 审核问题 -->
<el-form-item <el-form-item
:label="$t('trials:qcCfg:table:questionName')" :label="$t('trials:MIMqcCfg:table:questionName')"
> >
<el-input <el-input
v-model="searchData.QuestionName" v-model="searchData.QuestionName"
@ -162,7 +162,7 @@
<!-- 审核问题 --> <!-- 审核问题 -->
<el-table-column <el-table-column
prop="QuestionName" prop="QuestionName"
:label="$t('trials:qcCfg:table:questionName')" :label="$t('trials:MIMqcCfg:table:questionName')"
show-overflow-tooltip show-overflow-tooltip
/> />
<!-- 审核问题 --> <!-- 审核问题 -->

View File

@ -165,7 +165,7 @@
</el-table-column> </el-table-column>
<!-- 授权时间 --> <!-- 授权时间 -->
<el-table-column <el-table-column
prop="UpdateTime" prop="EnabledTime"
:label="$t('trials:sitesList:table:timeAdded')" :label="$t('trials:sitesList:table:timeAdded')"
show-overflow-tooltip show-overflow-tooltip
sortable sortable
@ -179,6 +179,13 @@
sortable sortable
width="210" width="210"
/> />
<el-table-column
prop="CreateTime"
:label="$t('trials:internalStaff:table:CreateTime')"
show-overflow-tooltip
sortable
width="210"
/>
<el-table-column <el-table-column
v-if="hasPermi(['trials:trials-panel:setting:personnel-manage:edit-site','trials:trials-panel:setting:personnel-manage:remove-site'])" v-if="hasPermi(['trials:trials-panel:setting:personnel-manage:edit-site','trials:trials-panel:setting:personnel-manage:remove-site'])"
:label="$t('common:action:action')" :label="$t('common:action:action')"