Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
e58d3ba4
Commit
e58d3ba4
authored
Feb 15, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
39b2419f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
mystu.vue
src/pages/sale/mystu.vue
+9
-10
No files found.
src/pages/sale/mystu.vue
View file @
e58d3ba4
...
...
@@ -62,15 +62,17 @@
label=
"我下属的"
/>
</div>
<div
class=
"col-3"
>
<div
style=
"margin-top:5px;"
>
客户状态:
<q-radio
v-model=
"msg.QStudentStatus"
@
input=
"resetSearch"
:val=
"1"
label=
"有效"
size=
"xs"
/>
<q-radio
v-model=
"msg.QStudentStatus"
@
input=
"resetSearch"
:val=
"2"
label=
"无效"
size=
"xs"
/>
</div>
<q-field
filled
label=
"客户状态"
dense
stack-label
>
<
template
v-slot:control
>
<q-radio
dense
v-model=
"msg.QStudentStatus"
@
input=
"resetSearch"
:val=
"1"
label=
"有效"
size=
"xs"
/>
<q-radio
dense
v-model=
"msg.QStudentStatus"
@
input=
"resetSearch"
:val=
"2"
label=
"无效"
size=
"xs"
/>
</
template
>
</q-field>
</div>
<div
class=
"col-3"
>
<q-select
filled
stack-label
option-value=
"Id"
@
input=
"resetSearch"
dense
option-label=
"Name"
v-model=
"msg.AdvisorStatus"
ref=
"AdvisorStatus"
:options=
"consultList"
clearable
label=
"当前状态"
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
</div>
</div>
</div>
...
...
@@ -191,7 +193,7 @@
customFromList
:
[],
//客户来源
StuChannelList
:
[],
//收客渠道
allStuChannelList
:
[],
//所有收客渠道
consultList
:[]
consultList
:
[]
};
},
created
()
{
...
...
@@ -369,11 +371,9 @@
}
}
};
</
script
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass')
</
style
>
<
style
scoped
>
/
deep
/
.el-input__inner
,
...
...
@@ -381,5 +381,4 @@
background-color
:
transparent
;
border
:
none
;
}
</
style
>
</
style
>
\ No newline at end of file
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