流程配置添加阅片标准国际化
parent
dd006a6269
commit
c2aad16566
|
@ -85,7 +85,7 @@
|
|||
</el-form-item>
|
||||
<!-- 阅片标准 -->
|
||||
<el-form-item
|
||||
:label="$t('trials:processCfg:title:criterion')"
|
||||
:label="$t('trials:processCfg:label:criterion')"
|
||||
prop="TrialCriterionIdList"
|
||||
>
|
||||
<el-select
|
||||
|
|
|
@ -657,7 +657,7 @@
|
|||
<!-- 阅片标准 -->
|
||||
<el-table-column
|
||||
prop="CriterionEnumList"
|
||||
:label="$t('trials:processCfg:title:criterion')"
|
||||
:label="$t('trials:processCfg:table:criterion')"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
|
|
Loading…
Reference in New Issue