Commit e96ca514 by 苏咏卓

写死数据

parent ffa7be60
...@@ -136,9 +136,9 @@ export const getFivesYearShjzProvideStats = data => { ...@@ -136,9 +136,9 @@ export const getFivesYearShjzProvideStats = data => {
} }
//低保对象搜索 //低保对象搜索
export const lowIncomeSearch = data => { export const societyHelpSearch = data => {
return request({ return request({
url: 'portal/admin/stats/lowIncomeSearch', url: 'portal/admin/stats/societyHelpSearch',
method: 'POST', method: 'POST',
data data
......
...@@ -902,7 +902,7 @@ export default { ...@@ -902,7 +902,7 @@ export default {
} }
.children { .children {
width: 100%; width: 100%;
height: 100%; height: 240px;
} }
.mechanismNum { .mechanismNum {
text-align: center; text-align: center;
......
...@@ -153,21 +153,21 @@ ...@@ -153,21 +153,21 @@
<el-table-column prop="address" label="所在地" align="center" > <el-table-column prop="address" label="所在地" align="center" >
</el-table-column> </el-table-column>
<!-- <el-table-column <!-- <el-table-column
prop="name" prop="provideState"
label="类型" label="类型"
align="center" align="center"
width="50px" width="50px"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="name" prop="helpAmount"
label="金额" label="金额"
align="center" align="center"
width="50px" width="50px"
> >
</el-table-column> --> </el-table-column> -->
<el-table-column <el-table-column
prop="createTime" prop="endProvideDate"
label="时间" label="时间"
align="center" align="center"
width="70px" width="70px"
...@@ -193,7 +193,7 @@ import { ...@@ -193,7 +193,7 @@ import {
getThreeYearShjzProvideStats, getThreeYearShjzProvideStats,
getFivesYearShjzAchieveStats, getFivesYearShjzAchieveStats,
getAreaYearShjzAchieveStats, getAreaYearShjzAchieveStats,
lowIncomeSearch, societyHelpSearch,
getMapData, getMapData,
} from "@/api/unified/unified"; } from "@/api/unified/unified";
export default { export default {
...@@ -218,7 +218,7 @@ export default { ...@@ -218,7 +218,7 @@ export default {
this.getFivesYearShjzAchieveStatsFun(); this.getFivesYearShjzAchieveStatsFun();
this.getAreaYearShjzAchieveStatsFun(); this.getAreaYearShjzAchieveStatsFun();
this.getMapData("g450000"); //默认展示广西 g450000 this.getMapData("g450000"); //默认展示广西 g450000
this.lowIncomeSearchFun(); this.societyHelpSearchFun();
}, },
methods: { methods: {
rowStyle({ row, rowsIndex }) { rowStyle({ row, rowsIndex }) {
...@@ -231,11 +231,11 @@ export default { ...@@ -231,11 +231,11 @@ export default {
inputBtn() { inputBtn() {
console.log(this.value); console.log(this.value);
this.lowIncomeSearchFun(); this.societyHelpSearchFun();
}, },
lowIncomeSearchFun() { societyHelpSearchFun() {
lowIncomeSearch({ societyHelpSearch({
keyword: this.values, keyword: this.values,
}).then((res) => { }).then((res) => {
console.log(res, "低保对象搜索"); console.log(res, "低保对象搜索");
......
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