Commit 8afdc5c1 authored by zhangrui123's avatar zhangrui123

home页面直管数据显示

parent 26029d88
......@@ -44,7 +44,7 @@
商品 : {{firstRowInfos.condoRows}}
</a-col>
<a-col :span='7'>
直管 : {{firstRowInfos.straightAndMixedRows}}
直管 : {{firstRowInfos.straight}}
</a-col>
<a-col :span='10'>
保障及其他 : {{firstRowInfos.otherRows}}
......@@ -606,7 +606,7 @@ export default {
haveElevatorCount=0,
otherRatio=0,
otherRows=0,
straightAndMixedRatio=0,
straight=0,
straightAndMixedRows=0,
willExpireCount=0,
} = this.$com.confirm(res, 'data.content', {})
......@@ -619,7 +619,7 @@ export default {
haveElevatorCount,
otherRatio,
otherRows,
straightAndMixedRatio,
straight,
straightAndMixedRows,
willExpireCount,
}
......
......@@ -3,7 +3,7 @@
<div class="routerWapper">
<div v-if="$route.path == '/houseData/basicInfo' && $permission('000101')" class="layoutMargin layoutPadding">
<a-form :form="form" class="protalForm" >
<a-row class="formItem" type="flex" :justify="simpleSearchForm ? 'end' : ''" align="top" :gutter="simpleSearchForm ? 16 : 0">
<a-row class="formItem" type="flex">
<a-col span="8">
<a-form-item label="小区名称" class="formItem" :label-col="{span:10}" :wrapper-col="{span:14}">
<a-input placeholder="请输入查询内容" v-decorator="['stNameFrst_l']" />
......
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