Merge pull request 'master' (#104) from master into test

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/104
This commit is contained in:
2024-09-25 05:50:36 +00:00

View File

@@ -49,7 +49,6 @@ const tableConfig = reactive({
prop: 'orderNumber',
label: '工单号',
align: 'center',
width: 80,
},
{
prop: 'orderName',
@@ -132,7 +131,9 @@ const tableConfig = reactive({
}
],
api: '/order/list',
params: {},
params: {
orderState:'2'
},
btns: [
// {name: '新增', key: 'add',type:'primary',icon:'Plus'},
]