Explorar o código

增加commonoption.js

jiawuxian %!s(int64=2) %!d(string=hai) anos
pai
achega
0776a5e682
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      src/views/commonOption.js

+ 12 - 0
src/views/commonOption.js

@@ -0,0 +1,12 @@
+const statusOptions = [
+  {
+    value: 0,
+    label: "启用",
+  },
+  {
+    value: 1,
+    label: "禁用",
+  },
+];
+
+export { statusOptions };