Commit 471b8012 by 张恒

Merge remote-tracking branch 'origin/weiqiao-vue3' into hongshun

parents 2da5c74c a9c25ed3
......@@ -139,8 +139,8 @@ export const columns: BasicColumn[] = [
{
resizable: true,
dataIndex: 'kgzt',
title: '开工状态',
dataIndex: 'zt',
title: '状态',
componentType: 'select',
fixed: false,
......@@ -856,8 +856,8 @@ export const formProps: FormProps = {
},
{
key: 'd74b7755d2b3467aba348c7b55a94fc6',
field: 'kgzt',
label: '开工状态',
field: 'zt',
label: '状态',
type: 'select',
component: 'XjrSelect',
colProps: { span: 24 },
......
......@@ -285,8 +285,8 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '开工状态',
fieldId: 'kgzt',
fieldName: '状态',
fieldId: 'zt',
isSubTable: false,
showChildren: true,
type: 'select',
......
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