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
a2b53916
Commit
a2b53916
authored
Oct 19, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金设置修改
parent
34730061
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.js
src/router/index.js
+2
-2
index.vue
src/views/ecw/customerCommissionInfo/index.vue
+1
-1
No files found.
src/router/index.js
View file @
a2b53916
...
@@ -255,7 +255,7 @@ export const constantRoutes = [
...
@@ -255,7 +255,7 @@ export const constantRoutes = [
path
:
'
/customerCommissionInfo/:dictId(
\\
d+)
'
,
path
:
'
/customerCommissionInfo/:dictId(
\\
d+)
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/ecw/customerCommissionInfo/index
'
],
resolve
),
component
:
(
resolve
)
=>
require
([
'
@/views/ecw/customerCommissionInfo/index
'
],
resolve
),
name
:
'
customerCommissionInfo
'
,
name
:
'
customerCommissionInfo
'
,
meta
:
{
title
:
'
佣金
详情
'
,
icon
:
''
,
activeMenu
:
'
/customer/customerCommissionInfo
'
}
meta
:
{
title
:
'
佣金
设置
'
,
icon
:
''
,
activeMenu
:
'
/customer/customerCommissionInfo
'
}
},
},
{
{
path
:
'
edit/:customerId(
\\
d+)
'
,
path
:
'
edit/:customerId(
\\
d+)
'
,
...
@@ -306,7 +306,7 @@ export const constantRoutes = [
...
@@ -306,7 +306,7 @@ export const constantRoutes = [
props: true,
props: true,
name: 'discount1',
name: 'discount1',
meta: {title: '订单折扣申请', icon: '', activeMenu: '/order/index'}
meta: {title: '订单折扣申请', icon: '', activeMenu: '/order/index'}
},
},
{
{
path: 'speciallight/:orderId(\\d+)',
path: 'speciallight/:orderId(\\d+)',
component: (resolve) => import('@/views/ecw/order/special/light'),
component: (resolve) => import('@/views/ecw/order/special/light'),
...
...
src/views/ecw/customerCommissionInfo/index.vue
View file @
a2b53916
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-card
class=
"box-card"
style=
"padding: 10px"
>
<el-card
class=
"box-card"
style=
"padding: 10px"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<el-row>
<el-row>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
8
"
>
<el-form-item
:label=
"$t('客户名称')"
prop=
"customerId"
>
<el-form-item
:label=
"$t('客户名称')"
prop=
"customerId"
>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<el-input
readonly=
"readonly"
:placeholder=
"$t('请输入选择客户')"
v-model=
"customerName"
></el-input>
<el-input
readonly=
"readonly"
:placeholder=
"$t('请输入选择客户')"
v-model=
"customerName"
></el-input>
...
...
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