|
@@ -111,7 +111,7 @@
|
|
type="link"
|
|
type="link"
|
|
class="button-success"
|
|
class="button-success"
|
|
@click="handleSee(record)"
|
|
@click="handleSee(record)"
|
|
- v-if="(record.publishState=='PUBLISH')&&$hasPermissions('B_promotionManagementDetail')"
|
|
|
|
|
|
+ v-if="(record.publishState=='PUBLISH' || record.publishState=='END')&&$hasPermissions('B_promotionManagementDetail')"
|
|
id="promotion-modify-btn">查看</a-button>
|
|
id="promotion-modify-btn">查看</a-button>
|
|
<a-button
|
|
<a-button
|
|
size="small"
|
|
size="small"
|
|
@@ -127,7 +127,6 @@
|
|
v-if="record.publishState=='UNPUBLISH'&&$hasPermissions('B_promotionManagementDel')"
|
|
v-if="record.publishState=='UNPUBLISH'&&$hasPermissions('B_promotionManagementDel')"
|
|
@click="handleDel(record)"
|
|
@click="handleDel(record)"
|
|
id="promotion-del-btn">删除</a-button>
|
|
id="promotion-del-btn">删除</a-button>
|
|
- <span v-if="record.publishState=='End'">--</span>
|
|
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</s-table>
|
|
</s-table>
|