From 9ccdf529fcc03b32ec1656c3b668b8bddd43ea5f Mon Sep 17 00:00:00 2001
From: wang <3597712270@qq.com>
Date: 星期三, 24 四月 2024 18:54:38 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes
---
UI-Project/src/views/Identify/identify.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue
index d2babdd..dabc99e 100644
--- a/UI-Project/src/views/Identify/identify.vue
+++ b/UI-Project/src/views/Identify/identify.vue
@@ -42,13 +42,13 @@
</line>
<text x="370" y="240" dominant-baseline="middle" text-anchor="middle">NG2024030501A-01</text>
<text x="370" y="260" dominant-baseline="middle" text-anchor="middle">500*300</text>
-
+
<text x="970" y="240" dominant-baseline="middle" text-anchor="middle">NG2024030501A-02</text>
<text x="970" y="260" dominant-baseline="middle" text-anchor="middle">500*300</text>
-
+
<text x="600" y="500" dominant-baseline="middle" text-anchor="middle">NG2024030501A-03</text>
<text x="600" y="520" dominant-baseline="middle" text-anchor="middle">800*450</text>
-
+
<text x="1280" y="520" dominant-baseline="middle" text-anchor="middle">NG2024030501A-04</text>
<text x="1280" y="540" dominant-baseline="middle" text-anchor="middle">400*300</text>
@@ -65,12 +65,12 @@
</svg>
</el-card>
</template>
-
+
<script>
import Swal from 'sweetalert2'
import request from "@/utils/request";
-
-
+
+
request.get("/TidyUpGlassModule/CurrentCutTerritory").then((res) => {
if (res.code == 200) {
console.log(res.data);
@@ -79,7 +79,7 @@
router.push("/login")
}
});
-
+
export default {
data() {
return {
@@ -145,13 +145,13 @@
// type: 'warning', // 寮规绫诲瀷
title: '璇ョ墖鐜荤拑鐘舵��', //鏍囬
// text: "娉ㄩ攢鍚庡皢鏃犳硶鎭㈠锛岃璋ㄦ厧鎿嶄綔锛�", //鏄剧ず鍐呭
-
+
confirmButtonColor: '#3085d6',// 纭畾鎸夐挳鐨� 棰滆壊
confirmButtonText: '浜哄伐鎷胯蛋',// 纭畾鎸夐挳鐨� 鏂囧瓧
showCancelButton: true, // 鏄惁鏄剧ず鍙栨秷鎸夐挳
cancelButtonColor: '#d33', // 鍙栨秷鎸夐挳鐨� 棰滆壊
cancelButtonText: "鐮存崯", // 鍙栨秷鎸夐挳鐨� 鏂囧瓧
-
+
// focusCancel: true, // 鏄惁鑱氱劍 鍙栨秷鎸夐挳
reverseButtons: true // 鏄惁 鍙嶈浆 涓や釜鎸夐挳鐨勪綅缃� 榛樿鏄� 宸﹁竟 纭畾 鍙宠竟 鍙栨秷
}).then((isConfirm) => {
@@ -178,7 +178,7 @@
}
};
</script>
-
+
<style scoped>
.glass-rack {
width: 100%;
@@ -192,7 +192,7 @@
color: black;
border: 1px solid black;
}
-
+
#home-card {
width: 100%;
overflow: hidden;
--
Gitblit v1.8.0