Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
customer-admin
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
customer-admin
Commits
aa8b5033
提交
aa8b5033
authored
10月 26, 2021
作者:
matian
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/master'
上级
656d8954
96c36b71
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
16 行增加
和
20 行删除
+16
-20
Index.vue
src/modules/customer/views/Index.vue
+16
-20
没有找到文件。
src/modules/customer/views/Index.vue
浏览文件 @
aa8b5033
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<app-card
class=
"customer"
>
<app-card
class=
"customer"
>
<app-list
v-bind=
"tableOptions"
ref=
"list"
searchResetSeparateLine
>
<app-list
v-bind=
"tableOptions"
ref=
"list"
searchResetSeparateLine
>
<template
#
filter-bar-right
>
<template
#
filter-bar-right
>
<el-button
type=
"primary"
size=
"small"
@
click=
"dialogVis
a
ble = true"
>
创建客户
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"dialogVis
i
ble = true"
>
创建客户
</el-button>
</
template
>
</
template
>
<!-- 筛选 -->
<!-- 筛选 -->
<
template
v-slot:filter-date=
"{ params }"
>
<
template
v-slot:filter-date=
"{ params }"
>
...
@@ -19,8 +19,11 @@
...
@@ -19,8 +19,11 @@
<
template
v-slot:filter-region=
"{ params }"
>
<
template
v-slot:filter-region=
"{ params }"
>
<app-area
v-model=
"params.region"
></app-area>
<app-area
v-model=
"params.region"
></app-area>
</
template
>
</
template
>
<
template
v-slot:filter-userSearch=
"{ params }"
>
<
template
v-slot:filter-create-by=
"{ params }"
>
<app-user-search
v-model=
"params.created_by"
></app-user-search>
<app-user-search
v-model=
"params.created_by"
:options=
"
{ clearable: true }">
</app-user-search>
</
template
>
<
template
v-slot:filter-project-ssoid=
"{ params }"
>
<app-user-search
v-model=
"params.project_sso_id"
:options=
"
{ clearable: true }">
</app-user-search>
</
template
>
</
template
>
<
template
v-slot:filter-follow-date=
"{ params }"
>
<
template
v-slot:filter-follow-date=
"{ params }"
>
<el-date-picker
<el-date-picker
...
@@ -110,16 +113,18 @@ export default {
...
@@ -110,16 +113,18 @@ export default {
project_tag
:
''
,
project_tag
:
''
,
project_status
:
''
,
project_status
:
''
,
project_sso_id
:
''
,
project_sso_id
:
''
,
last_record_start_time
:
''
,
// last_record_start_time: '',
last_record_end_time
:
''
,
// last_record_end_time: '',
created_start_time
:
''
,
// created_start_time: '',
created_end_time
:
''
// created_end_time: '',
create_date
:
''
,
follow_date
:
''
}
}
},
},
filters
:
[
filters
:
[
{
prop
:
'create_date'
,
slots
:
'filter-date'
,
label
:
'创建时间:'
,
class
:
'filter-form-item'
},
{
prop
:
'create_date'
,
slots
:
'filter-date'
,
label
:
'创建时间:'
,
class
:
'filter-form-item'
},
{
prop
:
'follow_date'
,
slots
:
'filter-follow-date'
,
label
:
'最近跟进时间:'
},
{
prop
:
'follow_date'
,
slots
:
'filter-follow-date'
,
label
:
'最近跟进时间:'
},
{
prop
:
'created_by'
,
slots
:
'filter-
userSearch
'
,
label
:
'创建员工:'
},
{
prop
:
'created_by'
,
slots
:
'filter-
create-by
'
,
label
:
'创建员工:'
},
// {
// {
// type: 'select',
// type: 'select',
// placeholder: '请选择创建员工',
// placeholder: '请选择创建员工',
...
@@ -161,7 +166,7 @@ export default {
...
@@ -161,7 +166,7 @@ export default {
{
{
type
:
'select'
,
type
:
'select'
,
placeholder
:
'请选择合作项目'
,
placeholder
:
'请选择合作项目'
,
prop
:
'project'
,
prop
:
'project
_tag
'
,
options
:
this
.
projectList
,
options
:
this
.
projectList
,
labelKey
:
'name'
,
labelKey
:
'name'
,
valueKey
:
'id'
,
valueKey
:
'id'
,
...
@@ -171,23 +176,14 @@ export default {
...
@@ -171,23 +176,14 @@ export default {
{
{
type
:
'select'
,
type
:
'select'
,
placeholder
:
'请选择项目进度'
,
placeholder
:
'请选择项目进度'
,
prop
:
'pro
gres
s'
,
prop
:
'pro
ject_statu
s'
,
options
:
this
.
progressList
,
options
:
this
.
progressList
,
labelKey
:
'name'
,
labelKey
:
'name'
,
valueKey
:
'id'
,
valueKey
:
'id'
,
size
:
'small'
,
size
:
'small'
,
label
:
'项目进度:'
label
:
'项目进度:'
},
},
{
{
prop
:
'project_sso_id'
,
slots
:
'filter-project-ssoid'
,
label
:
'项目负责人:'
},
type
:
'select'
,
placeholder
:
'请选择项目负责人'
,
prop
:
'director'
,
options
:
[],
labelKey
:
'name'
,
valueKey
:
'id'
,
size
:
'small'
,
label
:
'项目负责人:'
},
{
prop
:
'region'
,
slots
:
'filter-region'
,
label
:
'所在地区:'
}
{
prop
:
'region'
,
slots
:
'filter-region'
,
label
:
'所在地区:'
}
],
],
data
:
[
data
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论