Commit 378d7703 by xue_wengang

阵地统计

parent a659b9e2
......@@ -160,16 +160,16 @@ export default {
// key: "1",
// tableLoading: false,
// tableLength: "",
Menu: [
{
id: "zdfxcdtj",
label: "阵地风险程度统计",
index: "zdfxcdtj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
// Menu: [
// {
// id: "zdfxcdtj",
// label: "阵地风险程度统计",
// index: "zdfxcdtj",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// ],
loading: false,
pieEchartsDate: [
{
......@@ -315,7 +315,7 @@ export default {
this.getCode();
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_Menu", this.Menu);
},
watch: {},
};
......
......@@ -160,16 +160,16 @@ export default {
// key: "1",
// tableLoading: false,
// tableLength: "",
Menu: [
{
id: "zdgmtj",
label: "阵地规模统计",
index: "zdgmtj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
// Menu: [
// {
// id: "zdgmtj",
// label: "阵地规模统计",
// index: "zdgmtj",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// ],
loading: false,
pieEchartsDate: [
{
......@@ -315,7 +315,7 @@ export default {
this.getCode();
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_Menu", this.Menu);
},
watch: {},
};
......
......@@ -160,16 +160,16 @@ export default {
// key: "1",
// tableLoading: false,
// tableLength: "",
Menu: [
{
id: "zdhytj",
label: "婚姻状态统计",
index: "zdhytj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
// Menu: [
// {
// id: "zdhytj",
// label: "婚姻状态统计",
// index: "zdhytj",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// ],
loading: false,
pieEchartsDate: [
{
......@@ -351,7 +351,7 @@ export default {
this.getCode();
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_Menu", this.Menu);
},
watch: {},
};
......
......@@ -160,16 +160,16 @@ export default {
// key: "1",
// tableLoading: false,
// tableLength: "",
Menu: [
{
id: "zdjycstj",
label: "阵地交易场所统计",
index: "zdjycstj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
// Menu: [
// {
// id: "zdjycstj",
// label: "阵地交易场所统计",
// index: "zdjycstj",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// ],
loading: false,
pieEchartsDate: [
{
......@@ -355,7 +355,7 @@ export default {
this.getCode();
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_Menu", this.Menu);
},
watch: {},
};
......
......@@ -160,16 +160,16 @@ export default {
// key: "1",
// tableLoading: false,
// tableLength: "",
Menu: [
{
id: "zdryxlyj",
label: "人员学历统计",
index: "zdryxlyj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
// Menu: [
// {
// id: "zdryxlyj",
// label: "人员学历统计",
// index: "zdryxlyj",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// ],
loading: false,
pieEchartsDate: [
{
......@@ -351,7 +351,7 @@ export default {
this.getCode();
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_Menu", this.Menu);
},
watch: {},
};
......
......@@ -9,14 +9,6 @@ export default {
return {
Menu: [
{
id: "zdjycstj",
label: "阵地交易场所统计",
index: "zdjycstj",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "zdryxlyj",
label: "人员学历统计",
index: "zdryxlyj",
......@@ -24,7 +16,7 @@ export default {
className: "iconfont iconfangwen",
disabled: false,
},
{
{
id: "zdhytj",
label: "婚姻状态统计",
index: "zdhytj",
......@@ -33,6 +25,14 @@ export default {
disabled: false,
},
{
id: "zdjycstj",
label: "阵地交易场所统计",
index: "zdjycstj",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "zdgmtj",
label: "阵地规模统计",
index: "zdgmtj",
......@@ -54,8 +54,8 @@ export default {
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$router.push('zdjycstj')
debugger
this.$router.push("zdryxlyj");
debugger;
},
};
</script>
......
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