projects/mesxc-zhp #161

Chiuso
zhp vorrebbe unire 119 commit da projects/mesxc-zhp a projects/mes-test
2 ha cambiato i file con 0 aggiunte e 8 eliminazioni
Showing only changes of commit ef4b31fe2b - Show all commits

Vedi File

@@ -80,9 +80,6 @@ export default {
tableData: [], tableData: [],
tableProps, tableProps,
drawerVisible: false, drawerVisible: false,
listQuery: {
reportType: 2,
},
formConfig: [ formConfig: [
{ {
type: 'select', type: 'select',
@@ -95,7 +92,6 @@ export default {
], ],
param: 'reportType', param: 'reportType',
filterable: true, filterable: true,
defaultSelect: 2, // 默认值
clearable: false, clearable: false,
}, },
{ {

Vedi File

@@ -79,9 +79,6 @@ export default {
tableData: [], tableData: [],
tableProps, tableProps,
drawerVisible: false, drawerVisible: false,
listQuery: {
reportType: 2,
},
formConfig: [ formConfig: [
{ {
type: 'select', type: 'select',
@@ -94,7 +91,6 @@ export default {
], ],
param: 'reportType', param: 'reportType',
filterable: true, filterable: true,
defaultSelect: 2, // 默认值
clearable: false, clearable: false,
}, },
{ {