|
@@ -41,7 +41,7 @@
|
|
<!-- 未共享状态 显示共享 -->
|
|
<!-- 未共享状态 显示共享 -->
|
|
<!-- 以共享 或发布则不能删除 -->
|
|
<!-- 以共享 或发布则不能删除 -->
|
|
<a :class="$style.edit" @click="toModel('read', record)">查看</a>
|
|
<a :class="$style.edit" @click="toModel('read', record)">查看</a>
|
|
- <a
|
|
|
|
|
|
+ <!-- <a
|
|
v-if="record.publishStatus === null && record.reservelong2 === 1"
|
|
v-if="record.publishStatus === null && record.reservelong2 === 1"
|
|
:class="$style.edit"
|
|
:class="$style.edit"
|
|
@click="toModel('fb', record)"
|
|
@click="toModel('fb', record)"
|
|
@@ -49,7 +49,7 @@
|
|
>
|
|
>
|
|
<span v-else-if="record.publishStatus === null" :class="$style.edit" @click="openMessage"
|
|
<span v-else-if="record.publishStatus === null" :class="$style.edit" @click="openMessage"
|
|
>发布</span
|
|
>发布</span
|
|
- >
|
|
|
|
|
|
+ > -->
|
|
<a
|
|
<a
|
|
v-if="record.shareStatus === null && record.reservelong2 === 1"
|
|
v-if="record.shareStatus === null && record.reservelong2 === 1"
|
|
:class="$style.edit"
|
|
:class="$style.edit"
|
|
@@ -281,11 +281,11 @@ export default {
|
|
dataIndex: 'shareStatus',
|
|
dataIndex: 'shareStatus',
|
|
scopedSlots: { customRender: 'gx' },
|
|
scopedSlots: { customRender: 'gx' },
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: '发布状态',
|
|
|
|
- dataIndex: 'publishStatus',
|
|
|
|
- scopedSlots: { customRender: 'fb' },
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: '发布状态',
|
|
|
|
+ // dataIndex: 'publishStatus',
|
|
|
|
+ // scopedSlots: { customRender: 'fb' },
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
// reservelong2
|
|
// reservelong2
|
|
dataIndex: 'reservelong2',
|
|
dataIndex: 'reservelong2',
|