From 717f5388cf9c802ed76e87758c49fe78ad9ae5f8 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 30 七月 2025 16:05:31 +0800 Subject: [PATCH] feat: 页面 --- src/views/EmploymentManage/constants/columns.ts | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/src/views/EmploymentManage/constants/columns.ts b/src/views/EmploymentManage/constants/columns.ts index 0b3bfac..43abea2 100644 --- a/src/views/EmploymentManage/constants/columns.ts +++ b/src/views/EmploymentManage/constants/columns.ts @@ -152,3 +152,52 @@ width: 140, }, ]); + +export const CheckManageColumns = defineColumns([ + { + id: '1', + enCode: 'name', + name: '濮撳悕', + width: 180, + }, + { + id: '2', + enCode: 'name', + name: '韬唤璇佸彿', + width: 180, + }, + { + id: '3', + enCode: 'name', + name: '鎬у埆', + }, + { + id: '4', + enCode: 'name', + name: '骞撮緞', + }, + { + id: '5', + enCode: 'name', + name: '鎵嬫満鍙�', + width: 140, + }, + { + id: '6', + enCode: 'name', + name: '鎵�灞炲鎴�', + width: 140, + }, + { + id: '7', + enCode: 'name', + name: '鎻愪氦鏃堕棿', + width: 140, + }, + { + id: '8', + enCode: 'name', + name: '楠屾敹鐘舵��', + width: 140, + }, +]); -- Gitblit v1.9.1