瀏覽代碼

考勤管理-年休表详情

jingbb 1 年之前
父節點
當前提交
bba20d22d5
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/oa/salary_management/Attendance/modules/AnnualLeave.vue

+ 5 - 5
src/views/oa/salary_management/Attendance/modules/AnnualLeave.vue

@@ -102,29 +102,29 @@
                     align: "center",
                     dataIndex: 'cardNo',
                     ellipsis: true,
-                    width:'14%',
-                    customRender: (t) => ellipsis(t,25),
+                    width:'16%',
+                    customRender: (t) => ellipsis(t,19),
                 },
                 {
                     title: '年假天数',
                     align: "center",
                     dataIndex: 'annualLeave',
                     ellipsis: true,
-                    width:'10%'
+                    width:'14%'
                 },
                 {
                     title: '已请天数',
                     align: "center",
                     dataIndex: 'used',
                     ellipsis: true,
-                    width:'10%'
+                    width:'104'
                 },
                 {
                     title: '剩余天数',
                     align: "center",
                     dataIndex: 'surplus',
                     ellipsis: true,
-                    width:'10%'
+                    width:'14%'
                 },
                 
              ]