Commit a0c36941 by caoyanzhi

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

parents 15487ec7 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="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