去掉部分证件状态
Showing
1 changed file
with
0 additions
and
3 deletions
| ... | @@ -65,9 +65,6 @@ const searchItemList = ref([ | ... | @@ -65,9 +65,6 @@ const searchItemList = ref([ |
| 65 | placeholder: '全部状态', | 65 | placeholder: '全部状态', |
| 66 | options: [ | 66 | options: [ |
| 67 | { label: '已过期', value: 0 }, | 67 | { label: '已过期', value: 0 }, |
| 68 | { label: '待制证', value: 1 }, | ||
| 69 | { label: '待发证', value: 2 }, | ||
| 70 | { label: '发证中', value: 3 }, | ||
| 71 | { label: '已发证', value: 4 } | 68 | { label: '已发证', value: 4 } |
| 72 | ], | 69 | ], |
| 73 | clearable: true | 70 | clearable: true | ... | ... |
-
Please register or sign in to post a comment