lxf 1 年之前
父节点
当前提交
b259fc39f5
共有 1 个文件被更改,包括 9 次插入3 次删除
  1. 9 3
      src/views/group/data-board/turnover-rate/index.vue

+ 9 - 3
src/views/group/data-board/turnover-rate/index.vue

@@ -2,11 +2,12 @@
   <el-card class="box-card">
     <el-tabs v-model="activeName" type="card" @tab-change="getList">
       <el-tab-pane label="瑜伽垫" :name="'1'">
-        <el-row :gutter="10">
+        <el-row :gutter="20">
           <el-col :span="8">
             <byTable
               ref="data30"
               :hidePagination="true"
+              :borderStatus="true"
               :source="sourceList.data30"
               :config="config"
               :loading="sourceList.loading30"
@@ -41,6 +42,7 @@
             <byTable
               ref="data60"
               :hidePagination="true"
+              :borderStatus="true"
               :source="sourceList.data60"
               :config="config"
               :loading="sourceList.loading60"
@@ -75,6 +77,7 @@
             <byTable
               ref="data90"
               :hidePagination="true"
+              :borderStatus="true"
               :source="sourceList.data90"
               :config="config"
               :loading="sourceList.loading90"
@@ -108,11 +111,12 @@
         </el-row>
       </el-tab-pane>
       <el-tab-pane label="瑜伽砖" :name="'2'">
-        <el-row :gutter="10">
+        <el-row :gutter="20">
           <el-col :span="8">
             <byTable
               ref="data30"
               :hidePagination="true"
+              :borderStatus="true"
               :source="sourceList.data30"
               :config="config"
               :loading="sourceList.loading30"
@@ -147,6 +151,7 @@
             <byTable
               ref="data60"
               :hidePagination="true"
+              :borderStatus="true"
               :source="sourceList.data60"
               :config="config"
               :loading="sourceList.loading60"
@@ -181,6 +186,7 @@
             <byTable
               ref="data90"
               :hidePagination="true"
+              :borderStatus="true"
               :source="sourceList.data90"
               :config="config"
               :loading="sourceList.loading90"
@@ -251,7 +257,7 @@ const config = computed(() => {
       attrs: {
         label: "周转率",
         prop: "turnoverRate",
-        width: 90,
+        width: 100,
       },
       sortable: true,
     },