9ee36d11 by lihua

去掉部分证件状态

1 parent c0bd4b31
......@@ -65,9 +65,6 @@ const searchItemList = ref([
placeholder: '全部状态',
options: [
{ label: '已过期', value: 0 },
{ label: '待制证', value: 1 },
{ label: '待发证', value: 2 },
{ label: '发证中', value: 3 },
{ label: '已发证', value: 4 }
],
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!