Compare commits

..

No commits in common. "535b37e8300a0b176aeff6ed7eb97e4eacec0cfa" and "70735f2c479817666acacca8c00d0677a4a48831" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -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="eICRF仅展示阅片Tab"> <el-form-item v-if="form.Id !== ''" label="eCRF是否显示在影像阅片页面">
<el-switch v-model="form.IseCRFShowInDicomReading" /> <el-switch v-model="form.IseCRFShowInDicomReading" />
</el-form-item> </el-form-item>
</div> </div>

View File

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