From 82caba9b690a8dbe672e93039f31931c9dc4205c Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期三, 22 四月 2026 18:01:22 +0800
Subject: [PATCH] 1
---
Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue b/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue
index 48bb529..43a2580 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue
+++ b/Code/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue
@@ -14,7 +14,7 @@
</view-grid>
</template>
<script>
-import extend from "@/extension/quartzJob/deviceInfo.js";
+import extend from "@/extension/quartzJob/deviceInfo.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
setup() {
@@ -129,7 +129,7 @@
field: "deviceCode",
title: "璁惧缂栧彿",
type: "string",
- width: 90,
+ width: 120,
align: "left",
},
{
@@ -160,14 +160,14 @@
field: "deviceIp",
title: "璁惧IP",
type: "string",
- width: 90,
+ width: 120,
align: "left",
},
{
field: "devicePort",
title: "璁惧绔彛",
type: "int",
- width: 120,
+ width: 90,
align: "left",
},
{
--
Gitblit v1.9.3