Merge branch 'material-ui' of http://192.168.0.75:3000/bonus/bonus-ui into material-ui

This commit is contained in:
BianLzhaoMin 2025-06-15 17:00:19 +08:00
commit b3d0f35168
1 changed files with 4 additions and 3 deletions

View File

@ -123,9 +123,10 @@ export default {
}, },
// //
statusOptions: [ statusOptions: [
{ label: '待审核', value: '1' }, { label: '待审核', value: '0' },
{ label: '审核中', value: '2' }, { label: '审核中', value: '1' },
{ label: '已完成', value: '3' } { label: '已完成', value: '2' },
{ label: '已驳回', value: '3' }
], ],
total: 0, // total: 0, //
// //