Selaa lähdekoodia

修改小课学员管理

1
mo 2 vuotta sitten
vanhempi
commit
70c5d6fc4e

+ 6 - 3
src/views/businessManager/orderManager/income.vue

@@ -16,7 +16,7 @@
       <div class="btnList">
         <ExportChiose
           v-permission="{ child: 'export/orderList', parent: '/income' }"
-          style="margin-bottom: 20px;margin-right:20px;"
+          style="margin-bottom: 20px;margin-right:10px;"
           name="订单汇总导出"
           ExportEnum="ORDER_LIST_SUM"
           :exportData="onOrderExport"
@@ -26,7 +26,7 @@
         />
         <ExportChiose
           v-permission="{ child: 'export/orderList', parent: '/income' }"
-          style="margin-bottom: 20px"
+          style="margin-bottom: 20px;margin-right:10px;"
           name="报表导出"
           ExportEnum="ORDER_LIST1"
           :exportData="onOrderExport"
@@ -34,6 +34,8 @@
           errorMsg="请选择月份"
           :isDownList="true"
         />
+
+
       </div>
 
       <!-- 搜索类型 -->
@@ -642,7 +644,8 @@ export default {
         data.orderEndDate = null;
       }
       return data;
-    }
+    },
+
   }
 };
 </script>

+ 2 - 1
src/views/smallStudentManager/components/tableList.vue

@@ -386,7 +386,7 @@
         </el-table-column>
         <el-table-column align="center" prop="subCourseNum" label="剩余课时">
           <template slot-scope="scope">
-            {{ scope.row.subCourseNum }}节
+            {{ scope.row.subTotalCourse }}节
           </template>
         </el-table-column>
         <el-table-column align="center" prop="preCourseFee" label="预收金额">
@@ -528,6 +528,7 @@ export default {
       this.visitVisiable = true;
     },
     smallStudentExport() {
+
       const { timer, ...rest } = this.searchForm;
       let str = "";
       if (this.groupType === "PRACTICE") {