-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
- 查询
- 重置
- 导出列表
-
-
+
+
+
-
-
-
- 合计
- {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
-
-
-
-
- -
- {{ scope.row.custNum }}
-
-
-
-
- -
- {{ scope.row.custName }}
-
-
-
-
- -
- {{ scope.row.mobile }}
-
-
-
-
- -
- {{ scope.row.orgFullName }}
-
-
-
-
- -
- {{ scope.row.orderType }}
-
-
-
-
- {{ scope.row.tradeNum }}
- {{ scope.row.tradeNum }}
-
-
-
-
- {{ (scope.row.payableAmount/100).toFixed(2) }}
- {{ (scope.row.payableAmount/100).toFixed(2) }}
-
-
-
-
- -
- {{ scope.row.areaName }}
-
-
-
-
- -
- {{ scope.row.workAreaName }}
-
-
-
+
+
+
-
-
-
+
+ 查询
+ 重置
+ 导出列表
+
+
-
+ };
+ },
+ created() {
+ this.getTree();
+ this.dateRange = this.defaultDateRange();
+ },
+ methods: {
+ // 默认日期范围:当天
+ defaultDateRange() {
+ const end = new Date();
+ const start = new Date();
+ return [start, end];
+ },
-
+};
+
+
+
diff --git a/vue.config.js b/vue.config.js
index 2590b80c..dabc9800 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,7 +36,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:18080`,
- target: `http://192.168.0.244:38380`,
+ target: `http://127.0.0.1:58080`,
// target: `http://192.168.2.74:28080`,
changeOrigin: true,
pathRewrite: {