|
@ -14,12 +14,22 @@ |
|
|
<a-checkbox :checked="pStatus.zg - 0 === 1" @click="changeStatus('zg')">山西转型综改示范区</a-checkbox> |
|
|
<a-checkbox :checked="pStatus.zg - 0 === 1" @click="changeStatus('zg')">山西转型综改示范区</a-checkbox> |
|
|
</span> |
|
|
</span> |
|
|
<a-input-group class="search" compact> |
|
|
<a-input-group class="search" compact> |
|
|
<a-select @change="changeCode" style="width: 120px; height: 40px" v-model="pStatus.policyText[pStatus.value - 1]"> |
|
|
<a-select |
|
|
|
|
|
@change="changeCode" |
|
|
|
|
|
style="width: 120px; height: 40px" |
|
|
|
|
|
v-model="pStatus.policyText[pStatus.value - 1]" |
|
|
|
|
|
> |
|
|
<a-select-option value="1">标题</a-select-option> |
|
|
<a-select-option value="1">标题</a-select-option> |
|
|
<a-select-option value="2">地区</a-select-option> |
|
|
<a-select-option value="2">地区</a-select-option> |
|
|
<a-select-option value="3">发布部门</a-select-option> |
|
|
<a-select-option value="3">发布部门</a-select-option> |
|
|
</a-select> |
|
|
</a-select> |
|
|
<a-input-search @search="getPolicy" enter-button="搜索" placeholder="请输入..." style="width: 76.2%" v-model="pStatus.iptCon" /> |
|
|
<a-input-search |
|
|
|
|
|
@search="getPolicy" |
|
|
|
|
|
enter-button="搜索" |
|
|
|
|
|
placeholder="请输入..." |
|
|
|
|
|
style="width: 76.2%" |
|
|
|
|
|
v-model="pStatus.iptCon" |
|
|
|
|
|
/> |
|
|
</a-input-group> |
|
|
</a-input-group> |
|
|
</div> |
|
|
</div> |
|
|
<div class="policy-box"> |
|
|
<div class="policy-box"> |
|
@ -32,7 +42,10 @@ |
|
|
<p class="item-content">{{ item.intro }}</p> |
|
|
<p class="item-content">{{ item.intro }}</p> |
|
|
<!-- <p class="item-content" v-html="item.content"></p> --> |
|
|
<!-- <p class="item-content" v-html="item.content"></p> --> |
|
|
<p class="source-time"> |
|
|
<p class="source-time"> |
|
|
<span @click="openWin(item.titleUrl)" class="baseColor source">来源:{{ item.publishDepartName }}</span> |
|
|
<span |
|
|
|
|
|
@click="openWin(item.titleUrl)" |
|
|
|
|
|
class="baseColor source" |
|
|
|
|
|
>来源:{{ item.publishDepartName }}</span> |
|
|
<span class="time">{{ item.publishTime }}</span> |
|
|
<span class="time">{{ item.publishTime }}</span> |
|
|
</p> |
|
|
</p> |
|
|
<p class="original baseColor"> |
|
|
<p class="original baseColor"> |
|
@ -45,10 +58,10 @@ |
|
|
</div> |
|
|
</div> |
|
|
<a-pagination |
|
|
<a-pagination |
|
|
:current="current" |
|
|
:current="current" |
|
|
|
|
|
:page-size="pageSize" |
|
|
:total="total" |
|
|
:total="total" |
|
|
@change="onShowSizeChange" |
|
|
@change="onShowSizeChange" |
|
|
class="pagination" |
|
|
class="pagination" |
|
|
:page-size="pageSize" |
|
|
|
|
|
show-less-items |
|
|
show-less-items |
|
|
show-quick-jumper |
|
|
show-quick-jumper |
|
|
/> |
|
|
/> |
|
@ -153,7 +166,7 @@ export default { |
|
|
|
|
|
|
|
|
<style scoped lang="stylus"> |
|
|
<style scoped lang="stylus"> |
|
|
.box { |
|
|
.box { |
|
|
width: 1260px; |
|
|
width: 100%; |
|
|
min-height: 1037px; |
|
|
min-height: 1037px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|