临床数据配置更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
26009d0626
commit
f16f5adfd6
|
@ -58,6 +58,7 @@
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(item,index) of $d.ClinicalLevel"
|
v-for="(item,index) of $d.ClinicalLevel"
|
||||||
|
v-show="!(form.UploadRole === 1 && item.value === 4)"
|
||||||
:key="index"
|
:key="index"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:value="item.value"
|
:value="item.value"
|
||||||
|
|
Loading…
Reference in New Issue