chenjj преди 4 месеца
родител
ревизия
94c7bcd644
променени са 3 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 1 1
      src/views/components/ListPage/Table.vue
  2. 1 0
      src/views/staff/user/index.vue
  3. 2 0
      src/views/staff/volunteer/manage/index.vue

+ 1 - 1
src/views/components/ListPage/Table.vue

@@ -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">

+ 1 - 0
src/views/staff/user/index.vue

@@ -158,6 +158,7 @@ const dialogData = reactive({
             label: '技能简介',
             prop: 'skillDescribe',
             type: 'textarea',
+           
         },
         {
             label: '审核状态',

+ 2 - 0
src/views/staff/volunteer/manage/index.vue

@@ -78,6 +78,8 @@ const listPageData = reactive({
         {
             label: '技能简介',
             prop: 'skillDescribe',
+            width: '400px',
+
         },
         {
             label: '审核状态',