Browse Source

fix: 求职人员表格宽度增加

zhangying 8 months ago
parent
commit
388f1fb3ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue/src/views/jobUserManager/jobuser/index.vue

+ 1 - 1
vue/src/views/jobUserManager/jobuser/index.vue

@@ -244,7 +244,7 @@ export default defineComponent({
       {title: '民族', dataIndex: 'nationName', key: 'nationName', width: 80, align: "center", isDefaultClose: true},
       {title: '最高学历', dataIndex: 'cultureName', key: 'cultureName', align: "center", isDefaultClose: true},
       {title: '地址', dataIndex: 'address', key: 'address', align: "center", isDefaultClose: true},
-      {title: '操作', key: 'operation', width: 220, align: 'center', isDisabled: true},
+      {title: '操作', key: 'operation', width: 240, align: 'center', isDisabled: true},
     ];
     // 响应式表格定义
     const columns = ref<Array<any>>(originalColumns.filter(item => !item.isDefaultClose));