From 326ad6a54a3a0deadd41a0e5d6082598f03bb1ed Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 19 九月 2023 17:33:28 +0800
Subject: [PATCH] 产品增加物理类型和单位字段及产品类别页面样式调整

---
 src/views/productManage/productCategory/index.vue |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/views/productManage/productCategory/index.vue b/src/views/productManage/productCategory/index.vue
index cdaaf4d..704747e 100644
--- a/src/views/productManage/productCategory/index.vue
+++ b/src/views/productManage/productCategory/index.vue
@@ -10,12 +10,14 @@
       />
     </div>
     <div class="list-view">
-      <TableCommonView
-        ref="tableListRef"
-        :table-list="tableList"
-        :show-checkcol="false"
-        @tableRowClick="tableRowClick"
-      ></TableCommonView>
+      <div class="table">
+        <TableCommonView
+          ref="tableListRef"
+          :table-list="tableList"
+          :show-checkcol="false"
+          @tableRowClick="tableRowClick"
+        ></TableCommonView>
+      </div>
       <div class="btn-pager">
         <PagerView class="page" :pager-options="pagerOptions" v-on="pagerEvents" />
       </div>
@@ -41,11 +43,6 @@
     return {
       tableList: {},
       searchOptions: [],
-      commonDetail: {
-        visible: false,
-        title: "鏂板缓",
-        infomation: {}
-      },
       editConfig: {
         visible: false,
         title: "鏂板缓",

--
Gitblit v1.8.0