Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
de6fd25d
Commit
de6fd25d
authored
Sep 19, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建客户但是标题显示编辑客户,应改为新建客户 bug修复
parent
bdc62026
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
index.js
src/router/index.js
+7
-0
index.vue
src/views/ecw/customer/index.vue
+1
-1
index.vue
src/views/ecw/customerToBeAssigned/index.vue
+1
-1
index.vue
src/views/ecw/myCustomerService/index.vue
+1
-1
index.vue
src/views/ecw/oceanCustomer/index.vue
+1
-1
No files found.
src/router/index.js
View file @
de6fd25d
...
@@ -252,6 +252,13 @@ export const constantRoutes = [
...
@@ -252,6 +252,13 @@ export const constantRoutes = [
name
:
'
customerEdit
'
,
name
:
'
customerEdit
'
,
meta
:
{
title
:
'
编辑客户
'
,
icon
:
''
,
activeMenu
:
'
/customer/customer
'
}
meta
:
{
title
:
'
编辑客户
'
,
icon
:
''
,
activeMenu
:
'
/customer/customer
'
}
},
},
{
path
:
'
add-edit/:customerId(
\\
d+)
'
,
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/customer/edit
'
),
props
:
true
,
name
:
'
customerEdit
'
,
meta
:
{
title
:
'
新建客户
'
,
icon
:
''
,
activeMenu
:
'
/customer/customer
'
}
},
{
{
path
:
'
query/:customerId(
\\
d+)
'
,
path
:
'
query/:customerId(
\\
d+)
'
,
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/customer/query
'
),
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/customer/query
'
),
...
...
src/views/ecw/customer/index.vue
View file @
de6fd25d
...
@@ -627,7 +627,7 @@ export default {
...
@@ -627,7 +627,7 @@ export default {
},
},
/** 新增按钮操作 */
/** 新增按钮操作 */
handleAdd
()
{
handleAdd
()
{
this
.
$router
.
push
(
'
/customer/edit/0
'
)
this
.
$router
.
push
(
'
/customer/
add-
edit/0
'
)
// this.reset();
// this.reset();
// this.open = true;
// this.open = true;
// this.title = "添加客户";
// this.title = "添加客户";
...
...
src/views/ecw/customerToBeAssigned/index.vue
View file @
de6fd25d
...
@@ -271,7 +271,7 @@ export default {
...
@@ -271,7 +271,7 @@ export default {
},
},
/** 新增按钮操作 */
/** 新增按钮操作 */
handleAdd
()
{
handleAdd
()
{
this
.
$router
.
push
(
'
/customer/edit/0
'
)
this
.
$router
.
push
(
'
/customer/
add-
edit/0
'
)
// this.reset();
// this.reset();
// this.open = true;
// this.open = true;
// this.title = "添加客户";
// this.title = "添加客户";
...
...
src/views/ecw/myCustomerService/index.vue
View file @
de6fd25d
...
@@ -244,7 +244,7 @@ export default {
...
@@ -244,7 +244,7 @@ export default {
},
},
/** 新增按钮操作 */
/** 新增按钮操作 */
handleAdd
()
{
handleAdd
()
{
this
.
$router
.
push
(
'
/customer/edit/0
'
)
this
.
$router
.
push
(
'
/customer/
add-
edit/0
'
)
// this.reset();
// this.reset();
// this.open = true;
// this.open = true;
// this.title = "添加客户";
// this.title = "添加客户";
...
...
src/views/ecw/oceanCustomer/index.vue
View file @
de6fd25d
...
@@ -278,7 +278,7 @@ export default {
...
@@ -278,7 +278,7 @@ export default {
},
},
/** 新增按钮操作 */
/** 新增按钮操作 */
handleAdd
()
{
handleAdd
()
{
this
.
$router
.
push
(
'
/customer/edit/0
'
)
this
.
$router
.
push
(
'
/customer/
add-
edit/0
'
)
// this.reset();
// this.reset();
// this.open = true;
// this.open = true;
// this.title = "添加客户";
// this.title = "添加客户";
...
...
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