系统阅片标准配置页字段更改
parent
8ad77f1679
commit
13191c914e
|
@ -50,7 +50,7 @@
|
||||||
<el-form-item v-if="form.Id !== ''" label="是否启用">
|
<el-form-item v-if="form.Id !== ''" label="是否启用">
|
||||||
<el-switch v-model="form.IsEnable" />
|
<el-switch v-model="form.IsEnable" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item v-if="form.Id !== ''" label="eCRF是否显示在影像阅片页面">
|
<el-form-item v-if="form.Id !== ''" label="eICRF仅展示阅片Tab">
|
||||||
<el-switch v-model="form.IseCRFShowInDicomReading" />
|
<el-switch v-model="form.IseCRFShowInDicomReading" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -141,8 +141,8 @@
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="ShowOrder"
|
prop="IseCRFShowInDicomReading"
|
||||||
label="eCRF是否显示在影像阅片页面"
|
label="eICRF仅展示阅片Tab"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="210"
|
width="210"
|
||||||
|
|
Loading…
Reference in New Issue