Commit edda055c by 宋春膨

fix(config): 更新字段配置和权限设置

- 将wlqd组件中的两个字段的isShow属性从true改为false
- 将cgzjd组件中炉批号字段的标签文本修改为炉次号
- 同步更新workflowPermission中对应的字段名称为炉次号
parent 57894a4e
...@@ -829,7 +829,7 @@ export const formProps: FormProps = { ...@@ -829,7 +829,7 @@ export const formProps: FormProps = {
controls: true, controls: true,
required: false, required: false,
subTotal: false, subTotal: false,
isShow: true, isShow: false,
rules: [], rules: [],
events: {}, events: {},
tooltipConfig: { visible: false, title: '提示文本' }, tooltipConfig: { visible: false, title: '提示文本' },
...@@ -904,7 +904,7 @@ export const formProps: FormProps = { ...@@ -904,7 +904,7 @@ export const formProps: FormProps = {
showLabel: true, showLabel: true,
disabled: false, disabled: false,
events: {}, events: {},
isShow: true, isShow: false,
tooltipConfig: { visible: false, title: '提示文本' }, tooltipConfig: { visible: false, title: '提示文本' },
prestrainField: '', prestrainField: '',
}, },
......
...@@ -770,7 +770,7 @@ export const formProps: FormProps = { ...@@ -770,7 +770,7 @@ export const formProps: FormProps = {
{ {
key: '9ac1e63ebbcd433bb4b2ec76621ab12d', key: '9ac1e63ebbcd433bb4b2ec76621ab12d',
field: 'lch', field: 'lch',
label: '炉号', label: '炉号',
type: 'input', type: 'input',
component: 'Input', component: 'Input',
colProps: { span: 24 }, colProps: { span: 24 },
......
...@@ -205,7 +205,7 @@ export const permissionList = [ ...@@ -205,7 +205,7 @@ export const permissionList = [
disabled: false, disabled: false,
isSaveTable: false, isSaveTable: false,
tableName: '', tableName: '',
fieldName: '炉号', fieldName: '炉号',
fieldId: 'lch', fieldId: 'lch',
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