Commit 2e593d0e by caoyanzhi

Merge branch 'feature/微信图文升级' into dev

parents bc49bc66 121a05c0
......@@ -70,7 +70,7 @@
<!-- 老图文才有转为草稿 -->
<!-- 转为草稿就是编辑 -->
<template v-if="scope.row.oldImageTextFlag && !isPublish">
<el-button type="text" v-if="scope.row.canEdit !== false" @click="editData(scope.row)">转为草稿`</el-button>
<el-button type="text" v-if="scope.row.canEdit !== false" @click="editData(scope.row)">转为草稿</el-button>
</template>
<template v-if="!scope.row.oldImageTextFlag && !isPublish">
<el-button type="text" v-if="$getButtonLimit($buttonCode.marketingEditImgText) && scope.row.canEdit !== false" :limi-code="$buttonCode.marketingEditImgText" @click="editData(scope.row)">编辑</el-button>
......@@ -139,7 +139,7 @@ export default {
default: false
}
},
created() {
mounted() {
if (!this.isPublish) {
this.$store.commit(
'mutations_layoutTips',
......
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