@@ -157,13 +157,13 @@ const config = computed(() => {
width: 155,
},
- {
- attrs: {
- label: "审批状态",
- prop: "count11",
- width: 100,
- },
+ // {
+ // attrs: {
+ // label: "审批状态",
+ // prop: "count11",
+ // width: 100,
+ // },
{
attrs: {
label: "状态",
@@ -293,10 +293,10 @@ const submitForm = () => {
};
const statusData = ref([
- label: "审批中",
- value: "10",
+ // label: "审批中",
+ // value: "10",
label: "待采购",
value: "15",