85739826 by lihua

添加变更状态数据

1 parent 53ddc5d2
......@@ -45,6 +45,7 @@ const searchItemList = ref([
{ label: '已通过', value: 'Y' },
{ label: '已驳回', value: 'R' },
{ label: '已撤销', value: 'C' },
{ label: '变更中', value: 'B' },
],
filterable: true,
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!