Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 525f13f3
authored
Nov 05, 2025
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
e21e4653
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
zhiJianBusi/zjbPc/src/components/system/PersonnelManagement.vue
zhiJianBusi/zjbPc/src/views/OpportunityDetail.vue
zhiJianBusi/zjbPc/src/views/OpportunityManagement.vue
zhiJianBusi/zjbPc/src/components/system/PersonnelManagement.vue
View file @
525f13f
...
@@ -159,7 +159,18 @@
...
@@ -159,7 +159,18 @@
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"所属区域"
prop=
"region"
>
<el-form-item
label=
"所属区域"
prop=
"region"
>
<el-input
v-model=
"personnelForm.region"
placeholder=
"如:南京市玄武区"
></el-input>
<el-select
v-model=
"personnelForm.type"
@
change=
"handlePersonnelTypeChange"
style=
"width: 100%;"
>
<el-option
label=
"装维师傅"
value=
"installer"
></el-option>
<el-option
label=
"营销人员"
value=
"sales"
></el-option>
</el-select>
<el-select
v-model=
"personnelForm.type"
@
change=
"handlePersonnelTypeChange"
style=
"width: 100%;"
>
<el-option
label=
"装维师傅"
value=
"installer"
></el-option>
<el-option
label=
"营销人员"
value=
"sales"
></el-option>
</el-select>
<el-select
v-model=
"personnelForm.type"
@
change=
"handlePersonnelTypeChange"
style=
"width: 100%;"
>
<el-option
label=
"装维师傅"
value=
"installer"
></el-option>
<el-option
label=
"营销人员"
value=
"sales"
></el-option>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
zhiJianBusi/zjbPc/src/views/OpportunityDetail.vue
View file @
525f13f
This diff is collapsed.
Click to expand it.
zhiJianBusi/zjbPc/src/views/OpportunityManagement.vue
View file @
525f13f
...
@@ -257,10 +257,10 @@
...
@@ -257,10 +257,10 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"lastFollowTime"
label=
"最新跟进"
width=
"180"
></el-table-column>
<el-table-column
prop=
"lastFollowTime"
label=
"最新跟进"
width=
"180"
></el-table-column>
<el-table-column
label=
"操作"
min-width=
"
15
0"
>
<el-table-column
label=
"操作"
min-width=
"
20
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"checkDetail(scope.row)"
>
查看详情
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"checkDetail(scope.row)"
>
查看详情
</el-button>
<el-button
type=
"text"
@
click=
"checkAudio(scope.row)"
>
审核
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"checkAudio(scope.row)"
>
审核
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment