优化结算页面筛选条件字段

This commit is contained in:
BianLzhaoMin 2024-07-26 17:14:21 +08:00
parent 88fb9266f9
commit fcdb71db39
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ export default {
statusList: [ statusList: [
{ id: '1', name: '未结算' }, { id: '1', name: '未结算' },
{ id: '2', name: '已结算' }, { id: '2', name: '已结算' },
{ id: '3', name: '审核' }, { id: '3', name: '审核' },
], // ], //
// //
agreementList: [], agreementList: [],