Commit 00c44110 by 张恒

fix(config): 更新字段配置中的标题和数据索引

- 将工序名称的标题从'名称'改为'工序名称',dataIndex从'processName'改为'name'
- 将开工状态的dataIndex从'zt'改为'kgzt',标题从'状态'改为'开工状态'
- 在工作流权限配置中同步更新对应的字段名称和ID映射
parent 336477ac
......@@ -341,8 +341,8 @@ export const formProps: FormProps = {
columns: [
{
key: 'bffa8112410f4112b3e5fcd32ac28f0e',
title: '名称',
dataIndex: 'processName',
title: '工序名称',
dataIndex: 'name',
componentType: 'Input',
defaultValue: '',
componentProps: {
......
......@@ -88,8 +88,8 @@ export const permissionList = [
isSaveTable: false,
showChildren: false,
tableName: 'rokeRoutingProcessList',
fieldName: '名称',
fieldId: 'processName',
fieldName: '工序名称',
fieldId: 'name',
type: 'Input',
key: 'bffa8112410f4112b3e5fcd32ac28f0e',
children: [],
......
......@@ -139,8 +139,8 @@ export const columns: BasicColumn[] = [
{
resizable: true,
dataIndex: 'zt',
title: '状态',
dataIndex: 'kgzt',
title: '开工状态',
componentType: 'select',
fixed: false,
......@@ -857,7 +857,7 @@ export const formProps: FormProps = {
{
key: 'd74b7755d2b3467aba348c7b55a94fc6',
field: 'kgzt',
label: '状态',
label: '开工状态',
type: 'select',
component: 'XjrSelect',
colProps: { span: 24 },
......
......@@ -285,7 +285,7 @@ export const permissionList = [
disabled: false,
isSaveTable: false,
tableName: '',
fieldName: '状态',
fieldName: '开工状态',
fieldId: 'kgzt',
isSubTable: false,
showChildren: true,
......
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