diff --git a/src/views/cabinet/smart-cabinet/GatewayConfigModal.vue b/src/views/cabinet/smart-cabinet/GatewayConfigModal.vue
index aa353ea..3b9006e 100644
--- a/src/views/cabinet/smart-cabinet/GatewayConfigModal.vue
+++ b/src/views/cabinet/smart-cabinet/GatewayConfigModal.vue
@@ -17,7 +17,7 @@
\ No newline at end of file
diff --git a/src/views/cabinet/smart-cabinet/ShopConfigModal.vue b/src/views/cabinet/smart-cabinet/ShopConfigModal.vue
index 06ed08b..3f22241 100644
--- a/src/views/cabinet/smart-cabinet/ShopConfigModal.vue
+++ b/src/views/cabinet/smart-cabinet/ShopConfigModal.vue
@@ -16,7 +16,7 @@
@@ -185,15 +192,43 @@ getList();
@selection-change="handleSelectionChange" border>
-
+
+
+ {{ row.shopName }}
+
+ 配置
+
+
+
+
+
+
+ {{ row.mainCabinetName || '-' }}
+
+ 配置
+
+
+ -
+
+
- {{ row.cabinetType === 0 ? '主柜' : '副柜' }}
+
+ {{ row.cabinetType === 0 ? '主柜' : '副柜' }}
+
-
+
+
+ {{ row.mqttServerId }}
+
+ 配置
+
+
+
@@ -203,13 +238,6 @@ getList();
格口
-
- 配置网关
-
-
- 配置商店
-
@@ -228,5 +256,6 @@ getList();
+
\ No newline at end of file
diff --git a/src/views/cabinet/smart-cabinet/smart-cabinet-edit-modal.vue b/src/views/cabinet/smart-cabinet/smart-cabinet-edit-modal.vue
index 983d55e..647c504 100644
--- a/src/views/cabinet/smart-cabinet/smart-cabinet-edit-modal.vue
+++ b/src/views/cabinet/smart-cabinet/smart-cabinet-edit-modal.vue
@@ -7,7 +7,7 @@ import Confirm from "@iconify-icons/ep/check";
import type { FormRules } from 'element-plus';
export interface FormDTO {
- cabinetId?: number;
+ cabinetId: number;
cabinetName: string;
cabinetType: number;
templateNo: string;
@@ -30,6 +30,7 @@ const emit = defineEmits(["update:visible", "refresh"]);
const formRef = ref();
const formData = reactive({
+ cabinetId: 0,
cabinetName: "",
cabinetType: 1,
templateNo: "",
diff --git a/src/views/shop/cabinet-goods/index.vue b/src/views/shop/cabinet-goods/index.vue
index 9b60931..8699561 100644
--- a/src/views/shop/cabinet-goods/index.vue
+++ b/src/views/shop/cabinet-goods/index.vue
@@ -311,7 +311,7 @@ const handleClearGoods = async (row: CabinetCellDTO) => {