Commit a9c25ed3 by 张恒

rename(scgl): 将开工状态字段统一重命名为状态

- 将 dataIndex 从 kgzt 更新为 zt
- 将标题从 开工状态 更新为 状态
- 将字段标签从 开工状态 更新为 状态
- 统一字段标识符命名规范
parent 4c5dc717
...@@ -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