13
0

成本bug #148

Integrado
zwq integrou 2 cometimento(s) do ramo projects/mesxc-zwq no ramo projects/mesxc-test 2023-12-18 14:34:05 +08:00
2 ficheiros modificados com 0 adições e 8 eliminações
Mostrando apenas as modificações do comentimento ef4b31fe2b - Mostrar todos os cometimentos

Ver ficheiro

@@ -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,
}, },
{ {

Ver ficheiro

@@ -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,
}, },
{ {