This commit is contained in:
duanxiaohai 2024-06-25 11:29:38 +08:00
parent 75a2019e72
commit e103bd3e9d
6 changed files with 32 additions and 26 deletions

View File

@ -9,7 +9,7 @@ const router = createRouter({
routes: [ routes: [
{ {
path: '/', path: '/',
redirect: '/guide' redirect: '/home/index'
}, },
{ {
name: '引导页', name: '引导页',

View File

@ -260,9 +260,9 @@ const data = reactive({
data: ["0", "0", "0", "0", "0", "0"], // data: ["0", "0", "0", "0", "0", "0"], //
}, },
], // ], //
leftCenterYear: ["2019","2020", "2021", "2022", "2023", "2024"], // leftCenterYear: ["2019", "2020", "2021", "2022", "2023", "2024"], //
zccs1: ["图书馆", "交通出行", "景区"], // zccs1: ["图书馆", "公共自行车", "小奔通"], //
zccs2: ["100", "130", "220"], // zccs2: ["100", "3924", "3905"], //
analysis: { analysis: {
lnr: { lnr: {
fgxy: { rs: "1610", zb: "51.77" }, fgxy: { rs: "1610", zb: "51.77" },
@ -288,7 +288,12 @@ const data = reactive({
woman: "194178", woman: "194178",
}, },
}, },
push: [{ name: "小奔通", num: 4196 }], push: [
{ name: "小奔通", num: 4196 },
{ name: "交通", num: 102 },
{ name: "两慢病", num: 2 },
{ name: "天气", num: 102 },
],
}, },
}); });
const minData = reactive({ const minData = reactive({
@ -354,15 +359,14 @@ const getData = async () => {
}); });
data.leftCenterYear = res.data.dataShow.year; data.leftCenterYear = res.data.dataShow.year;
data.ViewData[2].data = res.data.dataShow.gxyrs.gxyrs;// data.ViewData[2].data = res.data.dataShow.gxyrs.gxyrs; //
data.ViewData[2].value = res.data.dataShow.gxyrs.total;// data.ViewData[2].value = res.data.dataShow.gxyrs.total; //
data.ViewData[3].data = res.data.dataShow.tnbrs.tnbrs;//尿 data.ViewData[3].data = res.data.dataShow.tnbrs.tnbrs; //尿
data.ViewData[3].value = res.data.dataShow.tnbrs.total;//尿 data.ViewData[3].value = res.data.dataShow.tnbrs.total; //尿
data.ViewData[7].data = res.data.dataShow.dibao.dbjzrc;// data.ViewData[7].data = res.data.dataShow.dibao.dbjzrc; //
data.ViewData[7].value = res.data.dataShow.dibao.total;// data.ViewData[7].value = res.data.dataShow.dibao.total; //
data.ViewData[8].data = res.data.dataShow.tekun.tkjzrc;// data.ViewData[8].data = res.data.dataShow.tekun.tkjzrc; //
data.ViewData[8].value = res.data.dataShow.tekun.total;// data.ViewData[8].value = res.data.dataShow.tekun.total; //
} }
}); });
}; };

View File

@ -85,7 +85,7 @@ const getOption = () => {
}, },
}, },
legend: { legend: {
data: ["计划生育人数", "计划生育补贴金额"], data: ["计划生育补贴人数", "计划生育补贴金额"],
top: "3%", top: "3%",
textStyle: { textStyle: {
fontSize: 16, fontSize: 16,
@ -125,7 +125,7 @@ const getOption = () => {
{ {
type: "value", type: "value",
scale: true, scale: true,
name: "计划生育人数", name: "计划生育补贴人数",
splitLine: { splitLine: {
//线 //线
show: false, show: false,
@ -212,7 +212,7 @@ const getOption = () => {
{ {
z: 1, z: 1,
yAxisIndex: 0, yAxisIndex: 0,
name: "计划生育人数", name: "计划生育补贴人数",
data: data.list1, data: data.list1,
barWidth: 20, barWidth: 20,
type: "bar", type: "bar",

View File

@ -447,6 +447,14 @@ const tableType = reactive({
label: "学校名称", label: "学校名称",
property: "xxmc", property: "xxmc",
}, },
{
label: "区域",
property: "qq",
},
{
label: "学段",
property: "xd",
},
{ {
label: "班级数", label: "班级数",
property: "bjs", property: "bjs",
@ -459,14 +467,7 @@ const tableType = reactive({
label: "学生数", label: "学生数",
property: "xss", property: "xss",
}, },
{
label: "区域",
property: "qq",
},
{
label: "学段",
property: "xd",
},
{ {
label: "性质", label: "性质",
property: "xz", property: "xz",

View File

@ -215,6 +215,7 @@ const changeTab = (val) => {
transTime.value = 0 transTime.value = 0
}, 800); }, 800);
} }
const toPage = (val) => { const toPage = (val) => {
router.push({ router.push({
path: `${val}`, path: `${val}`,

View File

@ -280,7 +280,7 @@
<img src="../assets/images/sy/dropDown.png" /> <img src="../assets/images/sy/dropDown.png" />
<span>龙游通平均日活</span> <span>龙游通平均日活</span>
</div> </div>
<span style="margin-right: 20px">2714</span> <span style="margin-right: 20px">9073</span>
</div> </div>
</div> </div>
<el-table <el-table