From 218f10bcfdb7996763d598cfdcab3e0ff0a5900f Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 7 Dec 2024 21:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E3=80=91IoT=EF=BC=9A=E4=BA=A7=E5=93=81=E5=A2=9E=E5=8A=A0=20car?= =?UTF-8?q?d=20=E8=A7=86=E5=9B=BE=EF=BC=8C30%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/product/product/index.vue | 80 ++++++++++++++++++++----- 1 file changed, 65 insertions(+), 15 deletions(-) diff --git a/src/views/iot/product/product/index.vue b/src/views/iot/product/product/index.vue index c02c785e..21ae605d 100644 --- a/src/views/iot/product/product/index.vue +++ b/src/views/iot/product/product/index.vue @@ -47,12 +47,71 @@ 导出 + + + + + + + + + + + - + - +
+ +
+ +
+
{{ item.name }}
+
{{ item.productKey }}
+
+
+
+ {{ item.categoryName }} + +
+
+ + 编辑 + + + 删除 + +
+
+
+ + + @@ -120,6 +179,7 @@ + ('card') // 视图模式状态 /** 查询列表 */ const getList = async () => {