Commit 64969288 authored by 刘斌's avatar 刘斌

fix: 修复工号展示列表

parent fc705dcd
...@@ -282,7 +282,7 @@ export function useColumns(): VxeTableGridOptions<EmployeeInfoApi.Employee>['col ...@@ -282,7 +282,7 @@ export function useColumns(): VxeTableGridOptions<EmployeeInfoApi.Employee>['col
}, },
{ {
title: '工号', title: '工号',
field: 'employeeId', field: 'employeeNo',
}, },
// { // {
// title: '职级', // title: '职级',
......
...@@ -282,7 +282,7 @@ export function useColumns(): VxeTableGridOptions<EmployeeInfoApi.Employee>['col ...@@ -282,7 +282,7 @@ export function useColumns(): VxeTableGridOptions<EmployeeInfoApi.Employee>['col
}, },
{ {
title: '工号', title: '工号',
field: 'employeeId', field: 'employeeNo',
}, },
// { // {
// title: '职级', // title: '职级',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment