Compare commits

...

2 Commits

Author SHA1 Message Date
DESKTOP-6C3NK6N\WXS 46f66ce2d2 独立阅片人去掉中文姓名
continuous-integration/drone/push Build is passing Details
2024-07-23 15:59:11 +08:00
DESKTOP-6C3NK6N\WXS 35846365a4 dicom配置修改对比标红 2024-07-23 15:58:35 +08:00
2 changed files with 7 additions and 3 deletions

View File

@ -36,14 +36,14 @@
</template> </template>
</el-table-column> </el-table-column>
<!-- Name CN --> <!-- Name CN -->
<el-table-column <!-- <el-table-column
prop="ChineseName" prop="ChineseName"
sortable="custom" sortable="custom"
:label="$t('trials:enrolledReviews:table:nameCN')" :label="$t('trials:enrolledReviews:table:nameCN')"
v-if="!hasPermi(['role:ea'])" v-if="!hasPermi(['role:ea'])"
width="120" width="120"
show-overflow-tooltip show-overflow-tooltip
/> /> -->
<!-- 用户名 --> <!-- 用户名 -->
<el-table-column <el-table-column
prop="UserName" prop="UserName"

View File

@ -543,4 +543,8 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss" scoped></style> <style lang="scss" scoped>
.fontColor {
color: red;
}
</style>