chenrui  1 년 전
부모
커밋
4e6e2d5d91
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      src/views/systemSettings/warningEdit/index.vue

+ 10 - 1
src/views/systemSettings/warningEdit/index.vue

@@ -402,7 +402,16 @@ const tableOptionser = ref<any>([]); //下拉
 const tableOptionbegin = ref<any>([]); //下拉
 const tableOptionend = ref<any>([]); //下拉
 const tableOptionendPos = ref<any>([]); //下拉
-const calculationBasis = ref<any>([]); //下拉
+const calculationBasis = ref<any>([
+  {
+    k: "离港",
+    v: "1",
+  },
+  {
+    k: "进港",
+    v: "0",
+  },
+]); //下拉
 const flag = ref<boolean>(false); //弹窗开关
 const type = ref<string>(""); //判断是否删除
 const msgTitle = ref<string>("新增报警预警策略"); //弹窗标题