Commit 89bcc1a3 authored by 高滢's avatar 高滢

Merge remote-tracking branch 'origin/develop' into develop

parents 36bd1cf1 83790ba6
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<img :class="`${prefixCls}__top-img`" src="../../assets/images/group.png" /> <img :class="`${prefixCls}__top-img`" src="../../assets/images/group.png" />
<span <span
><p>{{ countData.counttotal }}</p ><p>{{ countData.counttotal }}</p
></span ></span
> >
</div> </div>
</Col> </Col>
...@@ -15,35 +15,35 @@ ...@@ -15,35 +15,35 @@
<div class="title">自建</div> <div class="title">自建</div>
<span <span
><p>{{ countData.countbuildbyoneself }}</p ><p>{{ countData.countbuildbyoneself }}</p
></span ></span
> >
</Col> </Col>
<Col :span="4" :class="`${prefixCls}__top-col`"> <Col :span="4" :class="`${prefixCls}__top-col`">
<div class="title">委托建设</div> <div class="title">委托建设</div>
<span <span
><p>{{ countData.countbuildbyentrust }}</p ><p>{{ countData.countbuildbyentrust }}</p
></span ></span
> >
</Col> </Col>
<Col :span="4" :class="`${prefixCls}__top-col`"> <Col :span="4" :class="`${prefixCls}__top-col`">
<div class="title">代建</div> <div class="title">代建</div>
<span <span
><p>{{ countData.countbuildbyreplace }}</p ><p>{{ countData.countbuildbyreplace }}</p
></span ></span
> >
</Col> </Col>
<Col :span="4" :class="`${prefixCls}__top-col`"> <Col :span="4" :class="`${prefixCls}__top-col`">
<div class="title">承建</div> <div class="title">承建</div>
<span <span
><p>{{ countData.countbuildbyhold }}</p ><p>{{ countData.countbuildbyhold }}</p
></span ></span
> >
</Col> </Col>
<Col :span="4" :class="`${prefixCls}__top-col`"> <Col :span="4" :class="`${prefixCls}__top-col`">
<div class="title">储备</div> <div class="title">储备</div>
<span <span
><p>{{ countData.countreserve }}</p ><p>{{ countData.countreserve }}</p
></span ></span
> >
</Col> </Col>
</Row> </Row>
......
...@@ -244,8 +244,8 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -244,8 +244,8 @@ export const searchFormSchema: FormSchema[] = [
value: '委托建设', value: '委托建设',
}, },
{ {
label: '代', label: '代',
value: '代', value: '代',
}, },
{ {
label: '承建', label: '承建',
......
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