@@ -27,7 +27,7 @@
</el-table-column>
<el-table-column v-else :label="item.label" :prop="item.tableProp || item.prop"
- :width="item.width"></el-table-column>
+ :width="item.width" show-overflow-tooltip></el-table-column>
</template>
<el-table-column label="操作" class-name="small-padding fixed-width">
<template #default="scope">
@@ -158,6 +158,7 @@ const dialogData = reactive({
label: '技能简介',
prop: 'skillDescribe',
type: 'textarea',
+
},
{
label: '审核状态',
@@ -78,6 +78,8 @@ const listPageData = reactive({
+ width: '400px',