添加变更状态数据
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -45,6 +45,7 @@ const searchItemList = ref([ | ... | @@ -45,6 +45,7 @@ const searchItemList = ref([ |
| 45 | { label: '已通过', value: 'Y' }, | 45 | { label: '已通过', value: 'Y' }, |
| 46 | { label: '已驳回', value: 'R' }, | 46 | { label: '已驳回', value: 'R' }, |
| 47 | { label: '已撤销', value: 'C' }, | 47 | { label: '已撤销', value: 'C' }, |
| 48 | { label: '变更中', value: 'B' }, | ||
| 48 | ], | 49 | ], |
| 49 | filterable: true, | 50 | filterable: true, |
| 50 | clearable: true | 51 | clearable: true | ... | ... |
-
Please register or sign in to post a comment