-
+
@@ -33,8 +33,8 @@ export default {
this.currentPrjId = this.userStore.currentPrjId;
this.currentComId = this.userStore.currentComId;
this.vendorsCode = this.userStore.vendorsCode;
- if(this.vendorsCode=="jgw"){
- this.vendorsCode="uni"
+ if (this.vendorsCode == "jgw") {
+ this.vendorsCode = "uni";
}
this.init();
},
diff --git a/yanzhu-ui-vue3/src/views/machmange/machConfig/index.vue b/yanzhu-ui-vue3/src/views/machmange/machConfig/index.vue
index 4b5cbdde..d40c5c2c 100644
--- a/yanzhu-ui-vue3/src/views/machmange/machConfig/index.vue
+++ b/yanzhu-ui-vue3/src/views/machmange/machConfig/index.vue
@@ -2,6 +2,10 @@
+
暂无数据
+
+
+
+ {{ form.url }}
+
+
+
+
+ {{ form.deptId }}
+
+
+
+ {{ form.projectId }}
+
+
+
+
+ {{ form.app_key }}
+
+
+
+ {{ form.app_secret }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/yanzhu-ui-vue3/src/views/system/bigscreenMenu/index.vue b/yanzhu-ui-vue3/src/views/system/bigscreenMenu/index.vue
index de738f70..bebdeb8b 100644
--- a/yanzhu-ui-vue3/src/views/system/bigscreenMenu/index.vue
+++ b/yanzhu-ui-vue3/src/views/system/bigscreenMenu/index.vue
@@ -45,7 +45,7 @@ export default {
});
return nodes;
};
- this.dataSource = makeTree(tmps.filter((it) => it.pid == 0));
+ this.dataSource = makeTree(tmps.filter((it) => it.pid == 0)).sort((a,b)=>a.navId*1-b.navId*1);
this.$nextTick(()=>{
let ids=this.treeData.filter(it=>it.enabled==1).map(it=>it.id);
this.$refs.treeRef.setCheckedKeys(ids, false);
+
+
+
+ 修改
+
+
+ 保存
+ 取消
+
+