dfaf6029 by lihua

去掉部分证件状态

1 parent 9ff449d7
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!