lxr il y a 2 mois
Parent
commit
eab3447e07
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/operationManagement/couponTemplate.vue

+ 3 - 3
src/views/operationManagement/couponTemplate.vue

@@ -23,9 +23,9 @@ const proTable = ref<ProTableInstance>();
 
 // 优惠券状态枚举
 const statusEnumY = [
-  { label: "草稿", value: "3" },
-  { label: "进行中", value: "1" },
-  { label: "已结束", value: "2" }
+  { label: "草稿", value: 3 },
+  { label: "进行中", value: 1 },
+  { label: "已结束", value: 2 }
 ];
 
 // 表格列配置