85739826 by lihua

添加变更状态数据

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