部分问题修改
parent
6a10cb7d9b
commit
d777ce6501
|
@ -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) {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue