Commit 0df09c0c by dongjipeng

修改文章发布切换弹窗提示文字

parent 5415ba97
......@@ -95,7 +95,7 @@
prop="createTime"
align="center"
:width="$store.state.tableTrWidth.dateTime + 'px'"
label="上传时间">
label="创建时间">
</el-table-column>
<el-table-column
prop="createUser"
......@@ -513,9 +513,9 @@ export default {
msg = '发布'
} else {
item.activeStatus = 1
msg = '发布'
msg = '取消发布'
}
this.$confirm(`确定${msg}这篇文章吗?(请确认好文章内容)`, '提示', {
this.$confirm(`确定${msg}这篇文章吗?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
......
......@@ -94,7 +94,7 @@ export default {
[{ 'color': [] }, { 'background': [] }], // dropdown with defaults from theme
[{ 'font': [] }],
[{ 'align': [] }],
['image']// 去除video
['link', 'image']// 去除video
]
},
placeholder: '编辑文章...'
......
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 sign in to comment