Commit 121a05c0 by caoyanzhi

update: 微信图文升级

parent 489d62d9
......@@ -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="scope.row.canEdit !== false" @click="editData(scope.row)">编辑</el-button>
......
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