From 8bcd3e2fef50796434c480ac2503daf4a258d63f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 八月 2022 14:16:14 +0800
Subject: [PATCH] 1.往来单位页面修改递交

---
 src/views/jcsz/wldw.vue |   62 +++++++++++++++++--------------
 1 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/src/views/jcsz/wldw.vue b/src/views/jcsz/wldw.vue
index bf56201..cf5e925 100644
--- a/src/views/jcsz/wldw.vue
+++ b/src/views/jcsz/wldw.vue
@@ -93,34 +93,40 @@
             width="240"
           >
             <!--            sortable="custom"-->
-
-            <el-table-column
-              prop="mtype"
-              width="80"
-            >
-              <template slot-scope="{row}">
-                <div v-if="row.mtype==='WG'">澶栬喘渚涙柟</div>
-                <div v-else>/</div>
-              </template>
-            </el-table-column>
-            <el-table-column
-              prop="btype"
-              width="80"
-            >
-              <template slot-scope="{row}">
-                <div v-if="row.btype==='WX'">澶栧崗渚涙柟</div>
-                <div v-else>/</div>
-              </template>
-            </el-table-column>
-            <el-table-column
-              prop="htype"
-              width="80"
-            >
-              <template slot-scope="{row}">
+            <template slot-scope="{row}">
+              <div style="display: flex;justify-content: flex-start">
+                <div v-if="row.mtype==='WG'" style="margin-right: 15px">澶栬喘渚涙柟</div>
+                <div v-if="row.btype==='WX'" style="margin-right: 15px;">澶栧崗渚涙柟</div>
                 <div v-if="row.htype==='KH'">瀹㈡埛</div>
-                <div v-else>/</div>
-              </template>
-            </el-table-column>
+              </div>
+            </template>
+            <!--            <el-table-column-->
+            <!--              prop="mtype"-->
+            <!--              width="80"-->
+            <!--            >-->
+            <!--              <template slot-scope="{row}">-->
+            <!--                <div v-if="row.mtype==='WG'">澶栬喘渚涙柟</div>-->
+            <!--                <div v-else>/</div>-->
+            <!--              </template>-->
+            <!--            </el-table-column>-->
+            <!--            <el-table-column-->
+            <!--              prop="btype"-->
+            <!--              width="80"-->
+            <!--            >-->
+            <!--              <template slot-scope="{row}">-->
+            <!--                <div v-if="row.btype==='WX'">澶栧崗渚涙柟</div>-->
+            <!--                <div v-else>/</div>-->
+            <!--              </template>-->
+            <!--            </el-table-column>-->
+            <!--            <el-table-column-->
+            <!--              prop="htype"-->
+            <!--              width="80"-->
+            <!--            >-->
+            <!--              <template slot-scope="{row}">-->
+            <!--                <div v-if="row.htype==='KH'">瀹㈡埛</div>-->
+            <!--                <div v-else>/</div>-->
+            <!--              </template>-->
+            <!--            </el-table-column>-->
           </el-table-column>
           <el-table-column
             prop="conttacts"
@@ -177,7 +183,7 @@
         :page.sync="form.page"
         :limit.sync="form.rows"
         align="right"
-        layout="prev, pager, next,sizes"
+        layout="total,prev, pager, next,sizes"
         popper-class="select_bottom"
         @pagination="getCurrentUnitSearch"
       />

--
Gitblit v1.9.3