Compare commits
2 Commits
ce445ae088
...
71a7619f3a
Author | SHA1 | Date | |
---|---|---|---|
71a7619f3a | |||
b912ca5aa5 |
@@ -26,10 +26,10 @@ export const querySchema: FormSchemaGetter = () => [
|
|||||||
|
|
||||||
export const columns: VxeGridProps['columns'] = [
|
export const columns: VxeGridProps['columns'] = [
|
||||||
{ type: 'checkbox', width: 60 },
|
{ type: 'checkbox', width: 60 },
|
||||||
{
|
// {
|
||||||
title: '工单类型编号',
|
// title: '工单类型编号',
|
||||||
field: 'orderTypeNo',
|
// field: 'orderTypeNo',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: '类型名称',
|
title: '类型名称',
|
||||||
field: 'orderTypeName',
|
field: 'orderTypeName',
|
||||||
|
Reference in New Issue
Block a user