Commit e84b7821 by 苏咏卓

更新

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