Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
civil-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
civil
civil-front
Commits
e96ca514
Commit
e96ca514
authored
Jun 30, 2021
by
苏咏卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
写死数据
parent
ffa7be60
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
src/api/unified/unified.js
+2
-2
src/views/unified/tapSwitch/childWelfare.vue
+0
-0
src/views/unified/tapSwitch/marriage.vue
+0
-0
src/views/unified/tapSwitch/mechanism.vue
+1
-1
src/views/unified/tapSwitch/provide.vue
+0
-0
src/views/unified/tapSwitch/socialAssistance.vue
+8
-8
No files found.
src/api/unified/unified.js
View file @
e96ca514
...
...
@@ -136,9 +136,9 @@ export const getFivesYearShjzProvideStats = data => {
}
//低保对象搜索
export
const
lowIncome
Search
=
data
=>
{
export
const
societyHelp
Search
=
data
=>
{
return
request
({
url
:
'portal/admin/stats/
lowIncome
Search'
,
url
:
'portal/admin/stats/
societyHelp
Search'
,
method
:
'POST'
,
data
...
...
src/views/unified/tapSwitch/childWelfare.vue
View file @
e96ca514
This diff is collapsed.
Click to expand it.
src/views/unified/tapSwitch/marriage.vue
View file @
e96ca514
This diff is collapsed.
Click to expand it.
src/views/unified/tapSwitch/mechanism.vue
View file @
e96ca514
...
...
@@ -902,7 +902,7 @@ export default {
}
.children
{
width
:
100%
;
height
:
100%
;
height
:
240px
;
}
.mechanismNum
{
text-align
:
center
;
...
...
src/views/unified/tapSwitch/provide.vue
View file @
e96ca514
This diff is collapsed.
Click to expand it.
src/views/unified/tapSwitch/socialAssistance.vue
View file @
e96ca514
...
...
@@ -153,21 +153,21 @@
<el-table-column
prop=
"address"
label=
"所在地"
align=
"center"
>
</el-table-column>
<!--
<el-table-column
prop=
"
nam
e"
prop=
"
provideStat
e"
label=
"类型"
align=
"center"
width=
"50px"
>
</el-table-column>
<el-table-column
prop=
"
name
"
prop=
"
helpAmount
"
label=
"金额"
align=
"center"
width=
"50px"
>
</el-table-column>
-->
<el-table-column
prop=
"
createTim
e"
prop=
"
endProvideDat
e"
label=
"时间"
align=
"center"
width=
"70px"
...
...
@@ -193,7 +193,7 @@ import {
getThreeYearShjzProvideStats
,
getFivesYearShjzAchieveStats
,
getAreaYearShjzAchieveStats
,
lowIncome
Search
,
societyHelp
Search
,
getMapData
,
}
from
"@/api/unified/unified"
;
export
default
{
...
...
@@ -218,7 +218,7 @@ export default {
this
.
getFivesYearShjzAchieveStatsFun
();
this
.
getAreaYearShjzAchieveStatsFun
();
this
.
getMapData
(
"g450000"
);
//默认展示广西 g450000
this
.
lowIncome
SearchFun
();
this
.
societyHelp
SearchFun
();
},
methods
:
{
rowStyle
({
row
,
rowsIndex
})
{
...
...
@@ -231,11 +231,11 @@ export default {
inputBtn
()
{
console
.
log
(
this
.
value
);
this
.
lowIncome
SearchFun
();
this
.
societyHelp
SearchFun
();
},
lowIncome
SearchFun
()
{
lowIncome
Search
({
societyHelp
SearchFun
()
{
societyHelp
Search
({
keyword
:
this
.
values
,
}).
then
((
res
)
=>
{
console
.
log
(
res
,
"低保对象搜索"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment