From 90427ad7b5e73aaee2eb376080547787d25dc2bb Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 29 七月 2022 18:41:22 +0800
Subject: [PATCH] suanfa app mange

---
 src/views/operateManage/productManage/ModelList.vue |   37 ++-----------------------------------
 1 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/src/views/operateManage/productManage/ModelList.vue b/src/views/operateManage/productManage/ModelList.vue
index 3a480cd..0018b6d 100644
--- a/src/views/operateManage/productManage/ModelList.vue
+++ b/src/views/operateManage/productManage/ModelList.vue
@@ -89,40 +89,7 @@
     return {
       input: "",
       time: "",
-      dataList: [
-        {
-          name: "AI鐖嗘",
-          img: "/images/ModelList/鏆傜敤.png",
-          type: 0,
-          des: "绮惧績鎸戦�夌殑鍏ラ棬绠楁硶鍙婂簲鐢紝鎬绘湁涓�娆鹃�傚悎浣�",
-          sort: 3,
-          show: false,
-        },
-        {
-          name: "AI鐖嗘",
-          img: "/images/ModelList/鏆傜敤.png",
-          type: 1,
-          des: "绮惧績鎸戦�夌殑鍏ラ棬绠楁硶鍙婂簲鐢紝鎬绘湁涓�娆鹃�傚悎浣�",
-          sort: 3,
-          show: false,
-        },
-        {
-          name: "AI鐖嗘",
-          img: "/images/ModelList/鏆傜敤.png",
-          type: 2,
-          des: "绮惧績鎸戦�夌殑鍏ラ棬绠楁硶鍙婂簲鐢紝鎬绘湁涓�娆鹃�傚悎浣�",
-          sort: 3,
-          show: true,
-        },
-        {
-          name: "AI鐖嗘",
-          img: "/images/ModelList/鏆傜敤.png",
-          type: 3,
-          des: "绮惧績鎸戦�夌殑鍏ラ棬绠楁硶鍙婂簲鐢紝鎬绘湁涓�娆鹃�傚悎浣�",
-          sort: 3,
-          show: true,
-        },
-      ],
+      dataList: [],
       showDelBox: false,
       delId: null,
     };
@@ -195,7 +162,7 @@
 
   .buttonArea {
     display: flex;
-    justify-content: end;
+    justify-content: flex-end;
     margin: 20px 20px 0 0;
     .addButton {
       width: 84px;

--
Gitblit v1.8.0