Commit 63daba33 authored by danfuman's avatar danfuman

修改

parent 8a5b5086
......@@ -27,8 +27,8 @@
<el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="type" label="年份" width="200" :formatter="formatStatus"/>
<el-table-column prop="count" label="招标数量(个)" align="right" :formatter="formatStatus" sortable width="200" />
<el-table-column prop="type" label="年份" width="220" :formatter="formatStatus"/>
<el-table-column prop="count" label="招标数量(个)" align="right" :formatter="formatStatus" sortable width="220" />
</el-table>
</div>
</div>
......@@ -64,7 +64,7 @@
<el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="province" label="地区" width="200" :formatter="formatStatus"/>
<el-table-column prop="province" label="地区" width="120" :formatter="formatStatus"/>
<el-table-column prop="count" label="招标数量 (个)" align="right" :formatter="formatStatus" sortable width="160" />
<el-table-column prop="rate" label="占比(%)" align="right" :formatter="formatStatus" width="160" />
</el-table>
......@@ -103,7 +103,7 @@
<el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column>
<el-table-column prop="label" label="时间" width="200" :formatter="formatStatus"/>
<el-table-column prop="label" label="时间" width="120" :formatter="formatStatus"/>
<el-table-column prop="count" label="招标数量(个)" align="right" :formatter="formatStatus" sortable width="160" />
<el-table-column prop="rate" label="占比(%)" align="right" :formatter="formatStatus" width="160" />
</el-table>
......@@ -151,8 +151,6 @@
this.dataRegion()
this.yearsData()
this.getcountNewsBidByYear()
this.getCountNewsBidByProvince()
this.getCountNewsBidByMonth()
},
mounted() {
},
......@@ -168,6 +166,8 @@
this.$nextTick(() => {
this.initChart1(res.data.provinceDate)
})
this.getCountNewsBidByProvince()
this.getCountNewsBidByMonth()
})
},
getCountNewsBidByProvince(){
......@@ -271,12 +271,6 @@
});
}
let option ={
// legend: {
// left: "center",
// bottom: 0,
// itemHeight:8,
// itemWidth:16,
// },
tooltip: {
trigger: 'axis',
axisPointer: {
......@@ -300,8 +294,8 @@
},
grid: {
top:30,
left:100,
right:20,
left:80,
right:40,
bottom:30,
},
color:['#FCD68A', '#FFE48A', '#FFB8AD', '#FFD7AD', '#A9F1E5', '#D0FAB7', '#ADC0FF', '#BEECFF', '#81D5BC', '#67B3FD', '#E9C8FF', '#56BFA1', '#6799FD'],
......@@ -387,12 +381,6 @@
});
}
let option ={
// legend: {
// left: "center",
// bottom: 0,
// itemHeight:8,
// itemWidth:16,
// },
tooltip: {
trigger: 'axis',
axisPointer: {
......@@ -416,8 +404,8 @@
},
grid: {
top:30,
left:100,
right:20,
left:80,
right:40,
bottom:30,
},
color:['#FCD68A', '#FFE48A', '#FFB8AD', '#FFD7AD', '#A9F1E5', '#D0FAB7', '#ADC0FF', '#BEECFF', '#81D5BC', '#67B3FD', '#E9C8FF', '#56BFA1', '#6799FD'],
......
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">若依后台管理系统</h3>
<h3 class="title">数字化经营履约全生命链路管理系统 </h3>
<el-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
......
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