部分问题修改

main
wangxiaoshuang 2024-04-16 13:09:40 +08:00
parent 6a10cb7d9b
commit d777ce6501
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.show = process.env.VUE_APP_OSS_PATH === '/hir_test/dist' // this.show = process.env.VUE_APP_OSS_PATH === '/hir_test/dist'
}, },
methods: { methods: {
changeValue(target, attr, e) { changeValue(target, attr, e) {

View File

@ -164,7 +164,7 @@
</el-table-column> </el-table-column>
<!-- 阅片人 --> <!-- 阅片人 -->
<el-table-column <el-table-column
prop="StudyCode" prop="DoctorUser"
:label="$t('trials:reviewAssign:searchForm:reader')" :label="$t('trials:reviewAssign:searchForm:reader')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"