Przeglądaj źródła

租户管理固定企业

jz.kai 5 lat temu
rodzic
commit
8b3d7c8b91
1 zmienionych plików z 8 dodań i 7 usunięć
  1. 8 7
      src/views/base/checkinInfo-list.vue

+ 8 - 7
src/views/base/checkinInfo-list.vue

@@ -91,16 +91,17 @@
     >
       <el-table-column type="selection" width="55"></el-table-column>
       <el-table-column
-        prop="building"
-        label="楼栋"
+        prop="companyName"
+        label="企业名称"
         width="180"
+        fixed="left"
       ></el-table-column>
-      <el-table-column prop="room" label="房号" width="180"></el-table-column>
       <el-table-column
-        prop="companyName"
-        label="企业名称"
+        prop="building"
+        label="楼栋"
         width="180"
       ></el-table-column>
+      <el-table-column prop="room" label="房号" width="180"></el-table-column>
       <el-table-column
         prop="boss"
         label="法人"
@@ -137,7 +138,7 @@
         label="租赁期限"
         width="180"
       ></el-table-column>
-      <el-table-column prop="wechatPay"  label="微信支付" width="120">
+      <el-table-column prop="wechatPay" fixed="right" label="微信支付" width="80">
                 <template slot-scope="{row}">
                     <el-switch
                         v-model="row.wechatPay"
@@ -147,7 +148,7 @@
                     </el-switch>
                 </template>
             </el-table-column>
-            <el-table-column prop="aliPay"  label="支付宝支付" width="120">
+            <el-table-column prop="aliPay" fixed="right" label="支付宝支付" width="90">
                 <template slot-scope="{row}">
                     <el-switch
                         v-model="row.aliPay"