Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
0f7ec509
Commit
0f7ec509
authored
Aug 27, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
65470ec7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/components/brokerage/index.vue
+2
-2
tag.vue
src/components/system/tag.vue
+1
-1
index.vue
src/components/yunji/index.vue
+1
-1
No files found.
src/components/brokerage/index.vue
View file @
0f7ec509
...
@@ -83,13 +83,13 @@
...
@@ -83,13 +83,13 @@
label
:
'顾问'
,
label
:
'顾问'
,
value
:
'1'
,
value
:
'1'
,
children
:
[{
children
:
[{
label
:
'试听课来源-转年课业绩'
,
label
:
'试听课来源-转年课业绩
提点配置
'
,
money
:
'业绩区间'
,
money
:
'业绩区间'
,
scale
:
'提点比例'
,
scale
:
'提点比例'
,
value
:
'1'
,
value
:
'1'
,
data
:
[]
data
:
[]
},
{
},
{
label
:
'月课、季课来源-转年课业绩'
,
label
:
'月课、季课来源-转年课业绩
提点配置
'
,
money
:
'业绩区间'
,
money
:
'业绩区间'
,
scale
:
'提点比例'
,
scale
:
'提点比例'
,
value
:
'2'
,
value
:
'2'
,
...
...
src/components/system/tag.vue
View file @
0f7ec509
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
getData
()
{
// 获取标签
getData
()
{
// 获取标签
getTagApi
().
then
(
res
=>
{
getTagApi
().
then
(
res
=>
{
this
.
treeDataOrigin
=
res
;
this
.
treeDataOrigin
=
res
||
[]
;
this
.
treeData
=
[{
this
.
treeData
=
[{
children
:
res
,
children
:
res
,
cover
:
''
,
cover
:
''
,
...
...
src/components/yunji/index.vue
View file @
0f7ec509
...
@@ -283,7 +283,7 @@
...
@@ -283,7 +283,7 @@
<el-form-item
label-width=
"125px"
required=
""
style=
"width: 400px"
left
label=
"详细地址"
>
<el-form-item
label-width=
"125px"
required=
""
style=
"width: 400px"
left
label=
"详细地址"
>
<el-input
type=
"textarea"
v-model=
"postOtherOrderData.receiver_address"
></el-input>
<el-input
type=
"textarea"
v-model=
"postOtherOrderData.receiver_address"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
带班类型
"
required=
""
>
<el-form-item
label=
"
活动方案
"
required=
""
>
<el-select
v-model=
"postOtherOrderData.class_source"
placeholder=
"请选择"
filterable
>
<el-select
v-model=
"postOtherOrderData.class_source"
placeholder=
"请选择"
filterable
>
<el-option
<el-option
v-for=
"(data,index) in classSource"
v-for=
"(data,index) in classSource"
...
...
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