Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-user
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-user
Commits
1d05ffae
提交
1d05ffae
authored
9月 15, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
994bf35c
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
6 行增加
和
7 行删除
+6
-7
List.vue
src/modules/channel/views/List.vue
+1
-2
View.vue
src/modules/channel/views/View.vue
+1
-1
Statistics.vue
src/modules/home/components/Statistics.vue
+1
-1
List.vue
src/modules/user/goose/views/List.vue
+3
-3
没有找到文件。
src/modules/channel/views/List.vue
浏览文件 @
1d05ffae
...
@@ -56,10 +56,9 @@ const listOptions = $computed(() => {
...
@@ -56,10 +56,9 @@ const listOptions = $computed(() => {
placeholder
:
'渠道标签'
,
placeholder
:
'渠道标签'
,
options
:
tagsList
.
value
,
options
:
tagsList
.
value
,
labelKey
:
'name'
,
labelKey
:
'name'
,
valueKey
:
'
id
'
valueKey
:
'
name
'
},
},
// 与所在项目进行联动
{
{
type
:
'input'
,
type
:
'input'
,
prop
:
'company_short_name'
,
prop
:
'company_short_name'
,
...
...
src/modules/channel/views/View.vue
浏览文件 @
1d05ffae
...
@@ -45,7 +45,7 @@ const listOptions1 = $computed(() => {
...
@@ -45,7 +45,7 @@ const listOptions1 = $computed(() => {
<el-descriptions-item
label=
"渠道编号"
>
{{
channelInfo
.
channel_id
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"渠道编号"
>
{{
channelInfo
.
channel_id
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"渠道名称"
>
{{
channelInfo
.
title
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"渠道名称"
>
{{
channelInfo
.
title
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"状态"
>
{{
channelInfo
.
channel_status_name
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"状态"
>
{{
channelInfo
.
channel_status_name
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"渠道类型"
>
{{
channelInfo
.
channel_
id
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"渠道类型"
>
{{
channelInfo
.
channel_
type_name
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"联络人"
>
{{
channelInfo
.
partner
?.
contact_person
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"联络人"
>
{{
channelInfo
.
partner
?.
contact_person
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"联络微信"
>
{{
channelInfo
.
partner
?.
contact_wechat
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"联络微信"
>
{{
channelInfo
.
partner
?.
contact_wechat
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"联络电话"
>
{{
channelInfo
.
partner
?.
contact_phone
||
'-'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"联络电话"
>
{{
channelInfo
.
partner
?.
contact_phone
||
'-'
}}
</el-descriptions-item>
...
...
src/modules/home/components/Statistics.vue
浏览文件 @
1d05ffae
...
@@ -54,7 +54,7 @@ interface Props {
...
@@ -54,7 +54,7 @@ interface Props {
.text
{
.text
{
white-space
:
nowrap
;
white-space
:
nowrap
;
.text_num
{
.text_num
{
font-size
:
2
6
px
;
font-size
:
2
2
px
;
}
}
.text_txt
{
.text_txt
{
color
:
#999999
;
color
:
#999999
;
...
...
src/modules/user/goose/views/List.vue
浏览文件 @
1d05ffae
...
@@ -77,7 +77,7 @@ const listOptions = $computed(() => {
...
@@ -77,7 +77,7 @@ const listOptions = $computed(() => {
placeholder
:
'地区'
,
placeholder
:
'地区'
,
options
:
provinceMapList
.
value
,
options
:
provinceMapList
.
value
,
labelKey
:
'name'
,
labelKey
:
'name'
,
valueKey
:
'
id
'
valueKey
:
'
name
'
},
},
{
{
type
:
'input'
,
type
:
'input'
,
...
@@ -96,7 +96,7 @@ const listOptions = $computed(() => {
...
@@ -96,7 +96,7 @@ const listOptions = $computed(() => {
options
:
fromMapList
.
value
,
options
:
fromMapList
.
value
,
placeholder
:
'来源'
,
placeholder
:
'来源'
,
labelKey
:
'name'
,
labelKey
:
'name'
,
valueKey
:
'
id
'
valueKey
:
'
name
'
},
},
{
{
type
:
'select'
,
type
:
'select'
,
...
@@ -104,7 +104,7 @@ const listOptions = $computed(() => {
...
@@ -104,7 +104,7 @@ const listOptions = $computed(() => {
placeholder
:
'销售代表'
,
placeholder
:
'销售代表'
,
options
:
salesList
.
value
,
options
:
salesList
.
value
,
labelKey
:
'name'
,
labelKey
:
'name'
,
valueKey
:
'
id
'
valueKey
:
'
name
'
}
}
],
],
columns
:
[
columns
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论