Commit 00c44110 by 张恒

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

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