From 49767e69302adbb1f848382917701a43fc8e7a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Fri, 18 Mar 2022 22:39:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor(goods/index.vue):=20=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=96=87=E6=9C=AC=E8=BF=87=E9=95=BF=E7=9C=81?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/goods/index.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/pms/goods/index.vue b/src/views/pms/goods/index.vue index 00b47760..9bac3165 100644 --- a/src/views/pms/goods/index.vue +++ b/src/views/pms/goods/index.vue @@ -94,12 +94,17 @@ - + @@ -141,7 +146,7 @@ import { reactive, ref, onMounted, toRefs } from "vue"; import { ElTable, ElMessage, ElMessageBox } from "element-plus"; import { useRouter } from "vue-router"; -import { Search, Plus, Edit, Refresh, Delete } from "@element-plus/icons-vue"; +import { Search, Plus, Edit, Refresh, Delete,View } from "@element-plus/icons-vue"; import { listGoodsPages, deleteGoods } from "@/api/pms/goods"; import { listCascadeCategories } from "@/api/pms/category"; import { GoodsItem, GoodsQueryParam } from "@/types";