Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
NLT-e-cigarette
Commits
284bebd8
Commit
284bebd8
authored
Jul 05, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
633f5e79
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
index.js
src/router/index.js
+1
-1
index.vue
src/views/system/dict/index.vue
+3
-3
index.vue
src/views/system/user/index.vue
+3
-3
No files found.
src/router/index.js
View file @
284bebd8
...
@@ -78,7 +78,7 @@ export const constantRoutes = [
...
@@ -78,7 +78,7 @@ export const constantRoutes = [
path
:
'/reSetPsw/index'
,
path
:
'/reSetPsw/index'
,
name
:
'reSetPswDetail'
,
name
:
'reSetPswDetail'
,
component
:
()
=>
import
(
'@/views/reSetPsw.vue'
),
component
:
()
=>
import
(
'@/views/reSetPsw.vue'
),
meta
:
{
title
:
'修改密码'
,
icon
:
'dashboard'
}
meta
:
{
title
:
'修改密码
;Modify Password
'
,
icon
:
'dashboard'
}
}]
}]
},
},
/* {
/* {
...
...
src/views/system/dict/index.vue
View file @
284bebd8
...
@@ -475,7 +475,7 @@ export default {
...
@@ -475,7 +475,7 @@ export default {
handleStatusChange
(
row
)
{
handleStatusChange
(
row
)
{
const
text
=
row
.
flag
===
'1'
?
'启用'
:
'停用'
const
text
=
row
.
flag
===
'1'
?
'启用'
:
'停用'
// this.$confirm('确认要"' + text + '""' + row.dictName + '"吗?', '提示', {
// this.$confirm('确认要"' + text + '""' + row.dictName + '"吗?', '提示', {
this
.
$confirm
(
'是否确认"'
+
text
+
'"所选数据?'
,
'
警告
'
,
{
this
.
$confirm
(
'是否确认"'
+
text
+
'"所选数据?'
,
'
提示
'
,
{
confirmButtonText
:
'确定 Confirm'
,
confirmButtonText
:
'确定 Confirm'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonText
:
'取消 Cancel'
,
type
:
'warning'
type
:
'warning'
...
@@ -588,7 +588,7 @@ export default {
...
@@ -588,7 +588,7 @@ export default {
/** 删除按钮操作 */
/** 删除按钮操作 */
handleDelete
(
row
)
{
handleDelete
(
row
)
{
const
dictIds
=
row
.
businessId
||
this
.
ids
const
dictIds
=
row
.
businessId
||
this
.
ids
this
.
$confirm
(
'是否确认删除字典编号为"'
+
dictIds
+
'"的数据项?'
,
'
警告
'
,
{
this
.
$confirm
(
'是否确认删除字典编号为"'
+
dictIds
+
'"的数据项?'
,
'
提示
'
,
{
confirmButtonText
:
'确定 Confirm'
,
confirmButtonText
:
'确定 Confirm'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonClass
:
'btn-custom-cancel'
,
cancelButtonClass
:
'btn-custom-cancel'
,
...
@@ -603,7 +603,7 @@ export default {
...
@@ -603,7 +603,7 @@ export default {
/** 导出按钮操作 */
/** 导出按钮操作 */
handleExport
()
{
handleExport
()
{
const
queryParams
=
this
.
queryParams
const
queryParams
=
this
.
queryParams
this
.
$confirm
(
'是否确认导出所有类型数据项?'
,
'
警告
'
,
{
this
.
$confirm
(
'是否确认导出所有类型数据项?'
,
'
提示
'
,
{
confirmButtonText
:
'确定 Confirm'
,
confirmButtonText
:
'确定 Confirm'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonText
:
'取消 Cancel'
,
type
:
'warning'
type
:
'warning'
...
...
src/views/system/user/index.vue
View file @
284bebd8
...
@@ -945,8 +945,8 @@ export default {
...
@@ -945,8 +945,8 @@ export default {
// 用户状态修改
// 用户状态修改
handleStatusChange
(
row
)
{
handleStatusChange
(
row
)
{
const
text
=
row
.
flag
===
'1'
?
'启用'
:
'停用'
const
text
=
row
.
flag
===
'1'
?
'启用'
:
'停用'
// this.$confirm('确认要"' + text + '""' + row.username + '"用户吗?', '
警告
', {
// this.$confirm('确认要"' + text + '""' + row.username + '"用户吗?', '
提示
', {
this
.
$confirm
(
'是否确认"'
+
text
+
'"所选数据?'
,
'
警告
'
,
{
this
.
$confirm
(
'是否确认"'
+
text
+
'"所选数据?'
,
'
提示
'
,
{
confirmButtonText
:
'确定 Confirm'
,
confirmButtonText
:
'确定 Confirm'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonClass
:
'btn-custom-cancel'
,
cancelButtonClass
:
'btn-custom-cancel'
,
...
@@ -1172,7 +1172,7 @@ export default {
...
@@ -1172,7 +1172,7 @@ export default {
/** 导出按钮操作 */
/** 导出按钮操作 */
handleExport
()
{
handleExport
()
{
const
queryParams
=
this
.
queryParams
const
queryParams
=
this
.
queryParams
this
.
$confirm
(
'是否确认导出所有用户信息?'
,
'
警告
'
,
{
this
.
$confirm
(
'是否确认导出所有用户信息?'
,
'
提示
'
,
{
confirmButtonText
:
'确定 Confirm'
,
confirmButtonText
:
'确定 Confirm'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonClass
:
'btn-custom-cancel'
,
cancelButtonClass
:
'btn-custom-cancel'
,
...
...
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