From 0d2203b4027ae3bf524d63da67202e778648e4cf Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 02 八月 2024 09:59:20 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/basicInfo/TyProductModel.vue |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/web/src/views/modules/basicInfo/TyProductModel.vue b/web/src/views/modules/basicInfo/TyProductModel.vue
index 7615626..7c0fc07 100644
--- a/web/src/views/modules/basicInfo/TyProductModel.vue
+++ b/web/src/views/modules/basicInfo/TyProductModel.vue
@@ -1,7 +1,5 @@
 <template>
-
-  <el-card shadow="never" class="aui-card--fill">
-    <div class="mod-tyProductModel-tyProductModel}">
+  <div class="mod-tyProductModel-tyProductModel} fa-card-a">
       <zt-table-wraper query-url="/basicInfo/TyProductModel/tree" delete-url="/basicInfo/TyProductModel/" v-bind:paging='false'
                        v-slot="{ table }">
         <el-form :inline="true" :model="dataForm" @keyup.enter.native="table.query()">
@@ -20,8 +18,8 @@
             <zt-button type="delete"  @click="table.deleteHandle()"/>
           </el-form-item>
         </el-form>
-        <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:70}"
-                  border row-key="id"
+        <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:30}"
+                  row-key="id"
                   @selection-change="table.selectionChangeHandle"
                   :cell-style="cellStyle"
                   :tree-props="{children: 'children', hasChildren: 'hasChildren'}">
@@ -36,14 +34,13 @@
               <el-image v-if="row.operatImg" :src="url+row.operatImg" style="height: 50px;width: 50px"></el-image>
             </template>
           </el-table-column>
-          <el-table-column prop="sort" label="鎺掑簭"/>
-          <zt-table-column-handle :table="table"/>
+          <el-table-column prop="sort" label="鎺掑簭" align="center"/>
+          <zt-table-column-handle :table="table" width="150" />
         </el-table>
         <!-- 寮圭獥, 鏂板 / 淇敼 -->
         <add-or-update @refreshDataList="table.query"/>
       </zt-table-wraper>
     </div>
-  </el-card>
 </template>
 
 <script>
@@ -53,7 +50,7 @@
   export default {
     data() {
       return {
-        url: `${window.SITE_CONFIG['apiURL']}/sysPictureBase/getProductImg?token=${Cookies.get('token')}&id=`,
+        url: `${window.SITE_CONFIG['apiURL']}/sysPictureBase/getSvgImage?token=${Cookies.get('token')}&id=`,
         dataForm: {
           operationalStatus:'',
           standbyState:'',

--
Gitblit v1.9.1