Compare commits
No commits in common. "46f66ce2d2f670b6d39a056945284c8d401364df" and "90e33e1b97a14ab086da7f21a1992130bd815d53" have entirely different histories.
46f66ce2d2
...
90e33e1b97
|
@ -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,8 +543,4 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped></style>
|
||||||
.fontColor {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue