Commit d5fae1bb by 张珈源

Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3

parents 93bacef9 edda055c
...@@ -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