Compare commits

..

No commits in common. "46f66ce2d2f670b6d39a056945284c8d401364df" and "90e33e1b97a14ab086da7f21a1992130bd815d53" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

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

View File

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