|
@@ -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: "",
|