فهرست منبع

财务报表:合计统计处理

shipeng 1 ماه پیش
والد
کامیت
98c70ef869
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/views/statisticalReport/distributor.vue
  2. 1 1
      src/views/statisticalReport/team.vue

+ 1 - 1
src/views/statisticalReport/distributor.vue

@@ -72,7 +72,7 @@
         <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
       </el-row>
   
-      <el-table ref="tables" v-loading="loading" :data="dataList" max-height="500px" border>
+      <el-table ref="tables" v-loading="loading" :data="dataList" max-height="500px" border show-summary>
         <el-table-column label="序号" align="center" type="index" width="60"></el-table-column>
         <!-- <el-table-column label="场次日期" align="center">
           <template slot-scope="scope">

+ 1 - 1
src/views/statisticalReport/team.vue

@@ -72,7 +72,7 @@
         <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
       </el-row>
   
-      <el-table ref="tables" v-loading="loading" :data="dataList" max-height="500px" border>
+      <el-table ref="tables" v-loading="loading" :data="dataList" max-height="500px" border show-summary>
         <el-table-column label="序号" align="center" type="index" width="60"></el-table-column>
         <!-- <el-table-column label="场次日期" align="center">
           <template slot-scope="scope">