diff --git a/src/config/table.js b/src/config/table.js
index 106faaf..677c83f 100644
--- a/src/config/table.js
+++ b/src/config/table.js
@@ -34,6 +34,7 @@ export default {
columnSettingSave: function (tableName, column ,params, otherParams) {
column.forEach((item,index)=>{
item.sort = index+1;
+ delete item.data
})
return new Promise((resolve) => {
if(!params.url || params.url==''){
@@ -88,6 +89,7 @@ export default {
columnSettingReset: function (tableName, column ,params) {
column.forEach((item,index)=>{
item.sort = index+1;
+ delete item.data
})
return new Promise((resolve) => {
if(!params.url || params.url==''){
diff --git a/src/layout/components/NavMenu.vue b/src/layout/components/NavMenu.vue
index c395a28..8b4202c 100644
--- a/src/layout/components/NavMenu.vue
+++ b/src/layout/components/NavMenu.vue
@@ -3,9 +3,9 @@
-
+
{}'>
-
+
{{navMenu.meta.title}}
diff --git a/src/layout/index.vue b/src/layout/index.vue
index f37f6a6..27c8b44 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -257,7 +257,7 @@
// 获取新消息
eventBus.$on('sockBack', this.getWsResult);
- // this.$socketApi.getSock(this.getWsResult);
+ this.$socketApi.getSock(this.getWsResult);
}
},
mounted() {
diff --git a/src/style/fix.scss b/src/style/fix.scss
index 4645039..694b247 100644
--- a/src/style/fix.scss
+++ b/src/style/fix.scss
@@ -37,7 +37,7 @@
--el-order-color-3:#0DA525;
--el-order-color-4:#FFB103;
--el-order-color-5:#E81B1B;
- --el-order-color-100:#57C23A;
+ --el-order-color-100:#E81B1B;
}
.el-table{
diff --git a/src/views/earlyManager/index.vue b/src/views/earlyManager/index.vue
index dc26d6e..90d29c1 100644
--- a/src/views/earlyManager/index.vue
+++ b/src/views/earlyManager/index.vue
@@ -18,12 +18,15 @@
{{searchShow?'收起':'更多'}}
查询
- 重置
+ 重置