Преглед изворни кода

Merge branch 'dev' of http://192.168.0.115:3000/bill/4pc into dev

gemercheung пре 11 месеци
родитељ
комит
99ab03be13
2 измењених фајлова са 6 додато и 4 уклоњено
  1. 2 2
      package.json
  2. 4 2
      src/components/pointEdit.vue

+ 2 - 2
package.json

@@ -5,8 +5,8 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc && vite build --mode production",
-    "build-uat": "vue-tsc && vite build --mode uat",
+    "build": "vite build --mode production",
+    "build-uat": "vite build --mode uat",
     "preview": "vite preview"
   },
   "dependencies": {

+ 4 - 2
src/components/pointEdit.vue

@@ -65,11 +65,13 @@
 </template>
 
 <script setup lang="ts">
-import { ElMessage } from "element-plus";
 import { ref, unref, watchEffect, reactive } from "vue";
 import type { FormRules } from "element-plus";
-import { measurePointDesc } from "@/store/relics";
+import { PointTypeEnum } from "drawing-board";
+const measurePointDesc = PointTypeEnum;
+// import { measurePointDesc } from "@/store/relics";
 
+console.log(measurePointDesc);
 const form = ref({
   coord: "",
   name: "",