Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
happiness-plus-platform-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0df09c0c
authored
Jul 10, 2020
by
dongjipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文章发布切换弹窗提示文字
parent
5415ba97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/home/ActivityPropaganda.vue
+3
-3
src/views/home/NewArticle.vue
+1
-1
No files found.
src/views/home/ActivityPropaganda.vue
View file @
0df09c0c
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
prop=
"createTime"
prop=
"createTime"
align=
"center"
align=
"center"
:width=
"$store.state.tableTrWidth.dateTime + 'px'"
:width=
"$store.state.tableTrWidth.dateTime + 'px'"
label=
"
上传
时间"
>
label=
"
创建
时间"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"createUser"
prop=
"createUser"
...
@@ -513,9 +513,9 @@ export default {
...
@@ -513,9 +513,9 @@ export default {
msg
=
'发布'
msg
=
'发布'
}
else
{
}
else
{
item
.
activeStatus
=
1
item
.
activeStatus
=
1
msg
=
'
不
发布'
msg
=
'
取消
发布'
}
}
this
.
$confirm
(
`确定
${
msg
}
这篇文章吗?
(请确认好文章内容)
`
,
'提示'
,
{
this
.
$confirm
(
`确定
${
msg
}
这篇文章吗?`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
...
...
src/views/home/NewArticle.vue
View file @
0df09c0c
...
@@ -94,7 +94,7 @@ export default {
...
@@ -94,7 +94,7 @@ export default {
[{
'color'
:
[]
},
{
'background'
:
[]
}],
// dropdown with defaults from theme
[{
'color'
:
[]
},
{
'background'
:
[]
}],
// dropdown with defaults from theme
[{
'font'
:
[]
}],
[{
'font'
:
[]
}],
[{
'align'
:
[]
}],
[{
'align'
:
[]
}],
[
'image'
]
// 去除video
[
'
link'
,
'
image'
]
// 去除video
]
]
},
},
placeholder
:
'编辑文章...'
placeholder
:
'编辑文章...'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment