Commit edda055c by 宋春膨

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

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