成本bug #148

已合并
zwq 2023-12-18 14:34:05 +08:00 将 2 次代码提交从 projects/mesxc-zwq 合并至 projects/mesxc-test
共有 2 个文件被更改,包括 0 次插入8 次删除
仅显示提交 ef4b31fe2b 的更改 - 显示所有提交

查看文件

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

查看文件

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