+
@@ -15,7 +15,7 @@ export default {
data() {
return {
content: ``,
- editor:null,
+ editor: null,
};
},
@@ -26,16 +26,16 @@ export default {
editor.config.placeholder = "placeholder";
// 配置 server 接口地址
// editor.config.uploadImgServer = "/upload-img";
- editor.config.uploadImgShowBase64 = true
- editor.config.zIndex = 500
+ editor.config.uploadImgShowBase64 = true;
+ editor.config.zIndex = 500;
editor.create();
- this.editor=editor
+ this.editor = editor;
},
methods: {
- upload(){
- let str=this.editor.txt.html()
+ upload() {
+ let str = this.editor.txt.html();
console.log(str);
- }
+ },
},
};
@@ -46,5 +46,38 @@ export default {
padding: 15px;
min-width: 1000px;
padding-bottom: 100px;
+
+ .app-top {
+ width: 100%;
+ background: #ffffff;
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
+ border-radius: 4px;
+ padding-top: 15px;
+ padding-bottom: 15px;
+ }
+ .app-titel {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ }
+ .div-lab {
+ display: flex;
+ margin: 5px;
+ }
+ .label {
+ font-size: 14px;
+ font-weight: 400;
+ color: #32363d;
+ line-height: 14px;
+ margin-left: 15px;
+ display: flex;
+ align-items: center;
+ }
+ .cen-tab {
+ width: 100%;
+ padding: 15px;
+ background: #ffffff;
+ margin-top: 15px;
+ }
}
diff --git a/src/views/msg/detail.vue b/src/views/msg/detail.vue
index c1df1a4..fc10545 100644
--- a/src/views/msg/detail.vue
+++ b/src/views/msg/detail.vue
@@ -1,24 +1,16 @@
-
-
-
-
+
+ {{ objData.title }}
+ {{ objData.createTime }}
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/msg/index.vue b/src/views/msg/index.vue
index 1a85314..bab2814 100644
--- a/src/views/msg/index.vue
+++ b/src/views/msg/index.vue
@@ -1,16 +1,5 @@
-
-
-
-
@@ -24,11 +13,11 @@
-
{{ scope.row.address }}
+
{{ scope.row.title }}
-
+
@@ -37,11 +26,11 @@
@@ -52,74 +41,69 @@
+
+
\ No newline at end of file
diff --git a/src/views/reportExcel/weekReport.vue b/src/views/reportExcel/weekReport.vue
new file mode 100644
index 0000000..380079c
--- /dev/null
+++ b/src/views/reportExcel/weekReport.vue
@@ -0,0 +1,209 @@
+
+
+
+
+
+ 桃源山庄数智工牌日报
+ 01月24日
+
+
+ 生成时间:2022-01-30 8:00
+
+
+
+
+
+
+
数据简报
+
+
+
+
接待量 (次)
+
0
+
+ 对比上周:0
+ --
+
+
+
+
+
+
+
+
+
销讲场景执行排名
+
+
+
+
+ 销讲场景平均执行对比上周下跌12%,其中【送客执行】最强为99%,【区位介绍】执行最弱为25%;
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index ad5c82c..c35423e 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -9,7 +9,7 @@
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://62.234.122.43:9999' //正式
// const url = 'http://81.70.55.170:9999' // 新测试服务器IP
-// const url = 'http://192.168.31.89:9999' //sh
+// const url = 'http://192.168.31.86:9999' // 胜浩本地ip WiFi tuopu_new
// const url = 'https://zanyong.hfju.com' // 正式域名
const url = 'http://81.70.55.170:9999' // 新测试
// const url = 'http://82.156.35.22:9999' // 新正式ip