Commit 471b8012 by 张恒

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

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