From 9a914c411c9bc575076f9e2196a6da26ea954feb Mon Sep 17 00:00:00 2001
From: wangxiaohua <1214073490@qq.com>
Date: Wed, 29 Dec 2021 10:53:22 +0800
Subject: [PATCH 1/2] init
---
vue.config.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index cb98721..4294bb3 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -5,9 +5,9 @@
// const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙
-// const url = 'http://192.168.31.134:9999' //嘉豪
+const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
-const url = 'http://62.234.122.43:9999' //王笑
+// const url = 'http://62.234.122.43:9999' //王笑
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']
From 63f4dec07dfbf7d391aafd5c443dc64b965fe9f2 Mon Sep 17 00:00:00 2001
From: wangxiaohua <1214073490@qq.com>
Date: Thu, 30 Dec 2021 11:23:36 +0800
Subject: [PATCH 2/2] init
---
src/views/houseData/count.vue | 346 +++++++++++++++++++++++++++++++++-
vue.config.js | 6 +-
2 files changed, 343 insertions(+), 9 deletions(-)
diff --git a/src/views/houseData/count.vue b/src/views/houseData/count.vue
index 1f23eda..12fe165 100644
--- a/src/views/houseData/count.vue
+++ b/src/views/houseData/count.vue
@@ -1,16 +1,350 @@
-
-工作统计
-
+
+
+
+
+
+
+
筛选相关:
+
+ 筛选
+
+
+ 清空筛选条件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看工作明细
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ };
+ },
+ computed: {
+ ...mapGetters(["permissions"]),
+ },
+ created() {
+ this.cus_build_index_add = this.permissions["cus_build_index_add"];
+ },
+ mounted() {
+
+ },
+ methods: {
+ //查看工作明细
+ toinfo(){
+ this.texteditorishow=true
+ },
+ //清空
+ empty(){
+
+ },
+ //筛选
+ screen(){
-
diff --git a/vue.config.js b/vue.config.js
index 631d6f1..cb98721 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,11 +3,11 @@
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://pigx-gateway'
-const url = 'http://39.97.167.65:9999' //测试
+// const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙
-const url = 'http://192.168.31.134:9999' //嘉豪
+// const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
-// const url = 'http://62.234.122.43:9999' //王笑
+const url = 'http://62.234.122.43:9999' //王笑
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']