Compare commits
2 Commits
90e33e1b97
...
46f66ce2d2
Author | SHA1 | Date |
---|---|---|
|
46f66ce2d2 | |
|
35846365a4 |
|
@ -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"
|
||||||
|
|
|
@ -543,4 +543,8 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped></style>
|
<style lang="scss" scoped>
|
||||||
|
.fontColor {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue