Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2025-01-20 14:05:45 +08:00
commit dbe651fe98
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<el-form-item v-if="form.Id !== ''" label="是否启用">
<el-switch v-model="form.IsEnable" />
</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-form-item>
</div>

View File

@ -141,8 +141,8 @@
sortable="custom"
/>
<el-table-column
prop="ShowOrder"
label="eCRF是否显示在影像阅片页面"
prop="IseCRFShowInDicomReading"
label="eICRF仅展示阅片Tab"
show-overflow-tooltip
sortable="custom"
width="210"