我的收藏新增状态字段
This commit is contained in:
@@ -41,16 +41,18 @@
|
||||
<el-col :span="1"><el-checkbox v-model="item.checked" size="large"></el-checkbox></el-col>
|
||||
<el-row>
|
||||
<div @click="detailsLaws(item)" >
|
||||
<el-col :span="5" :offset="1">
|
||||
<el-col :span="3" :offset="1">
|
||||
<i class="el-icon-collection-tag" style="position: relative; left: -15px" />
|
||||
所属板块:{{ item.collectType === 'STAND_SPLIT' ? '标准拆分' : '标准拆分' }}
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-col :span="7">
|
||||
<el-tooltip class="item" effect="dark" :content="item.collectTitle" placement="top">
|
||||
<div class="left-contents">标题:{{ item.collectTitle }}</div>
|
||||
</el-tooltip>
|
||||
</el-col>
|
||||
<el-col :span="4" :offset="3"> 创建时间:{{item.creationTime}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 0">状态:{{'无效'}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 1">状态:{{'有效'}}</el-col>
|
||||
<el-col :span="3" :offset="3"> 创建时间:{{item.creationTime}}</el-col>
|
||||
</div>
|
||||
<el-col :span="4">
|
||||
<el-button size="mini" style="margin-top: -5px; border: 1px dashed #dcdee2" @click="cancelLaws(item.id)" v-btn-permission="'Z78KR8RS7BSZWT6KF6VC'">{{$t('m.cancelCollection')}}</el-button>
|
||||
|
||||
@@ -41,16 +41,18 @@
|
||||
<el-col :span="1"><el-checkbox v-model="item.checked" size="large"></el-checkbox></el-col>
|
||||
<el-row>
|
||||
<div @click="detailsDynamics(item)">
|
||||
<el-col :span="5" :offset="1">
|
||||
<el-col :span="3" :offset="1">
|
||||
<i class="el-icon-collection-tag" style="position: relative; left: -15px" />
|
||||
所属板块:{{ item.collectType === 'INLAND_MSG' ? '动态信息' : '资料中心' }}
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-col :span="7">
|
||||
<el-tooltip class="item" effect="dark" :content="item.collectTitle" placement="top">
|
||||
<div class="left-contents">标题:{{ item.collectTitle }}</div>
|
||||
</el-tooltip>
|
||||
</el-col>
|
||||
<el-col :span="4" :offset="3">创建时间:{{getDate(item.creationTime)}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 0">状态:{{'无效'}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 1">状态:{{'有效'}}</el-col>
|
||||
<el-col :span="3" :offset="3">创建时间:{{getDate(item.creationTime)}}</el-col>
|
||||
</div>
|
||||
<el-col :span="4">
|
||||
<el-button size="mini" @click="cancelDynamics(item.id)" style="margin-top: -5px; border: 1px dashed #dcdee2" v-btn-permission="'3XZQZVL27Z'">{{$t('m.cancelCollection')}}</el-button>
|
||||
|
||||
@@ -40,16 +40,18 @@
|
||||
<el-col :span="1"><el-checkbox v-model="item.checked" size="large"></el-checkbox></el-col>
|
||||
<el-row>
|
||||
<div @click="detailsLaws(item)" >
|
||||
<el-col :span="5" :offset="1">
|
||||
<el-col :span="3" :offset="1">
|
||||
<i class="el-icon-collection-tag" style="position: relative; left: -15px" />
|
||||
所属板块:{{ '国内外政策' }}
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-col :span="7">
|
||||
<el-tooltip class="item" effect="dark" :content="item.collectTitle" placement="top">
|
||||
<div class="left-contents">标题:{{ item.collectTitle }}</div>
|
||||
</el-tooltip>
|
||||
</el-col>
|
||||
<el-col :span="4" :offset="3"> 创建时间:{{getDate(item.creationTime)}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 0">状态:{{'无效'}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 1">状态:{{'有效'}}</el-col>
|
||||
<el-col :span="3" :offset="3"> 创建时间:{{getDate(item.creationTime)}}</el-col>
|
||||
</div>
|
||||
<el-col :span="4">
|
||||
<el-button size="mini" style="margin-top: -5px; border: 1px dashed #dcdee2" @click="cancelLaws(item.id)" v-btn-permission="'015f4508c4c5066b90f23d752b43a9df'">取消收藏</el-button>
|
||||
|
||||
@@ -49,11 +49,11 @@
|
||||
<el-col :span="1"><el-checkbox v-model="item.checked" size="large"></el-checkbox></el-col>
|
||||
<el-row>
|
||||
<div>
|
||||
<el-col :span="5" :offset="1" >
|
||||
<el-col :span="3" :offset="1" >
|
||||
<i class="el-icon-collection-tag" style="position: relative; left: -15px" />
|
||||
所属板块:{{ item.collectType === 'INLAND_STAND' ? '国内标准法规' : (item.collectType === 'FOREIGN_STAND' ? '海外标准法规' : '企业标准') }}
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-col :span="7">
|
||||
<el-tooltip class="item" effect="dark" :content="item.collectTitle" placement="top" v-if="item.collectTitle">
|
||||
<div class="left-contents" @click="getDetail(item)">标题:<span v-html="item.collectTitle"></span></div>
|
||||
</el-tooltip>
|
||||
@@ -61,7 +61,9 @@
|
||||
<div class="left-contents" @click="getDetail(item)">标题:{{ item.collectTitle }}</div>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="4" :offset="3">创建时间:{{getDate(item.creationTime)}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 0">状态:{{'无效'}}</el-col>
|
||||
<el-col :span="2" v-if="item.validFlag == 1">状态:{{'有效'}}</el-col>
|
||||
<el-col :span="3" :offset="3">创建时间:{{getDate(item.creationTime)}}</el-col>
|
||||
</div>
|
||||
<el-col :span="4">
|
||||
<!-- v-btn-permission="'e0815e0f82f6b2af3a9b232cb916bdf8'"-->
|
||||
|
||||
Reference in New Issue
Block a user