Commit f40a176f by zhangzhijie

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents 02b1eb34 197c2247
...@@ -218,6 +218,15 @@ export default { ...@@ -218,6 +218,15 @@ export default {
this.$router.pushToTab({ this.$router.pushToTab({
path: "/home", path: "/home",
}); });
} else if(item.id == "queryJfgl") {
let path = `${this.$baseUrl.alyIP}/editJfXx`;
window.open(path, "_blank");
} else if(item.id == "queryJfxs") {
let path = `${this.$baseUrl.alyIP}/toJfXs`;
window.open(path, "_blank");
} else if(item.id == "queryJftj") {
let path = `${this.$baseUrl.alyIP}/toFstj`;
window.open(path, "_blank");
} else { } else {
this.$router.push(item.index); this.$router.push(item.index);
} }
......
...@@ -334,7 +334,6 @@ const zdglryxx = [ ...@@ -334,7 +334,6 @@ const zdglryxx = [
{ {
name: "学历:", name: "学历:",
id: "xldm", id: "xldm",
type: "text",
disabled: false, disabled: false,
type: "codeTree", type: "codeTree",
codeOptions: [], codeOptions: [],
...@@ -9787,7 +9786,6 @@ const shrxx_jbxx = [ ...@@ -9787,7 +9786,6 @@ const shrxx_jbxx = [
id: "asjbh", id: "asjbh",
type: "text", type: "text",
value: "", value: "",
disabled: true,
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
// prop: 'caseNumbers', // prop: 'caseNumbers',
......
...@@ -338,6 +338,33 @@ export default { ...@@ -338,6 +338,33 @@ export default {
hasChildren: false, hasChildren: false,
children: [], children: [],
}, },
{
id: "queryJfgl",
label: "积分管理",
newAuth: "M01",
index: "queryJfgl",
className: "iconfont icongongnengfuwu",
hasChildren: false,
children: [],
},
{
id: "queryJfxs",
label: "积分悬赏",
newAuth: "M01",
index: "queryJfxs",
className: "iconfont icongongnengfuwu",
hasChildren: false,
children: [],
},
{
id: "queryJftj",
label: "积分考评",
newAuth: "M01",
index: "queryJftj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
children: [],
},
], ],
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment