Commit e84b7821 by 苏咏卓

更新

parent 03753299
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="fullAddress" prop="fullAddress"
label="所在福利院" label="现住址"
align="center" align="center"
> >
</el-table-column> </el-table-column>
......
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
alt="" alt=""
class="lowerRight" class="lowerRight"
/> />
<div class="warningInfo" v-if="c == true">暂无下级数据</div>
<div class="wians"> <div class="wians">
<div class="titleHead">敬老院</div> <div class="titleHead">敬老院</div>
<div class="mechanismNum">{{ beadhouseNum }}</div> <div class="mechanismNum">{{ beadhouseNum }}</div>
......
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
alt="" alt=""
class="lowerRight" class="lowerRight"
/> />
<div class="warningInfo" v-if="num != 0">暂下级数据</div> <div class="warningInfo" v-if="num != 0">下级数据</div>
<div class="titleHead">残疾人两项补贴</div> <div class="titleHead">残疾人两项补贴</div>
<el-row :gutter="20" justify="center"> <el-row :gutter="20" justify="center">
<el-col :span="12"> <el-col :span="12">
......
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
prop="siCremationTime" prop="siCremationTime"
label="时间" label="时间"
align="center" align="center"
width="50px" width="90px"
> >
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -278,7 +278,7 @@ export default { ...@@ -278,7 +278,7 @@ export default {
cremation: [], cremation: [],
pageInfo: { pageInfo: {
page: 1, page: 1,
size: 7, size: 20,
total: 0, total: 0,
}, },
loading: true, loading: true,
......
...@@ -272,7 +272,7 @@ export default { ...@@ -272,7 +272,7 @@ export default {
tableData: [], tableData: [],
pageInfo: { pageInfo: {
page: 1, page: 1,
size: 15, size: 20,
total: 0, total: 0,
}, },
loading: true, loading: true,
......
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