Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-user
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-user
Commits
a10f0f6a
提交
a10f0f6a
authored
9月 15, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
筛选条件修改
上级
2c0bd7e9
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
23 行增加
和
9 行删除
+23
-9
api.ts
src/modules/channel/api.ts
+2
-0
List.vue
src/modules/channel/views/List.vue
+4
-2
List.vue
src/modules/user/all/views/List.vue
+1
-0
List.vue
src/modules/user/goose/views/List.vue
+1
-0
List.vue
src/modules/user/peak/views/List.vue
+1
-0
List.vue
src/modules/user/wechat/views/List.vue
+1
-0
List.vue
src/modules/user/zws/views/List.vue
+12
-6
vite.config.ts
vite.config.ts
+1
-1
没有找到文件。
src/modules/channel/api.ts
浏览文件 @
a10f0f6a
...
...
@@ -11,6 +11,8 @@ export function getChannelList(params: {
channel_id
?:
string
tags
?:
string
company_short_name
?:
string
[
'per-page'
]:
string
page
:
string
})
{
return
httpRequest
.
get
(
'/api/customer/v1/channel/index/index'
,
{
params
})
}
...
...
src/modules/channel/views/List.vue
浏览文件 @
a10f0f6a
...
...
@@ -16,6 +16,7 @@ const listOptions = $computed(() => {
beforeRequest
(
params
:
any
)
{
params
.
created_time_start
=
params
.
createTime
[
0
]
params
.
created_time_end
=
params
.
createTime
[
1
]
return
params
},
httpRequest
:
getChannelList
,
params
:
{
...
...
@@ -84,10 +85,11 @@ const listOptions = $computed(() => {
<el-date-picker
v-model=
"params.createTime"
type=
"daterange"
:shortcuts=
"shortcuts"
range-separator=
"To"
start-placeholder=
"创建开始时间"
end-placeholder=
"创建结束时间"
value-format=
"yyyy-MM-dd HH-mm-ss"
:shortcuts=
"shortcuts"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
...
...
src/modules/user/all/views/List.vue
浏览文件 @
a10f0f6a
...
...
@@ -118,6 +118,7 @@ const handleDetail = (row: any) => {
range-separator=
"To"
start-placeholder=
"创建开始时间"
end-placeholder=
"创建结束时间"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
<
template
#
table-x=
"{ row }"
>
...
...
src/modules/user/goose/views/List.vue
浏览文件 @
a10f0f6a
...
...
@@ -128,6 +128,7 @@ const listOptions = $computed(() => {
range-separator=
"To"
start-placeholder=
"创建开始时间"
end-placeholder=
"创建结束时间"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
...
...
src/modules/user/peak/views/List.vue
浏览文件 @
a10f0f6a
...
...
@@ -108,6 +108,7 @@ const listOptions = $computed(() => {
range-separator=
"To"
start-placeholder=
"创建开始时间"
end-placeholder=
"创建结束时间"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
...
...
src/modules/user/wechat/views/List.vue
浏览文件 @
a10f0f6a
...
...
@@ -125,6 +125,7 @@ const listOptions = $computed(() => {
range-separator=
"To"
start-placeholder=
"创建开始时间"
end-placeholder=
"创建结束时间"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
<
template
#
remark_mobiles=
"{ row }"
>
...
...
src/modules/user/zws/views/List.vue
浏览文件 @
a10f0f6a
...
...
@@ -17,10 +17,14 @@ const listOptions = $computed(() => {
return
{
remote
:
{
beforeRequest
(
params
:
any
)
{
params
.
create_time_start
=
params
.
createTime
[
0
]
params
.
create_time_end
=
params
.
createTime
[
1
]
params
.
updated_time_start
=
params
.
updatedTime
[
0
]
params
.
updated_time_end
=
params
.
updatedTime
[
1
]
if
(
params
.
createTime
)
{
params
.
create_time_start
=
params
.
createTime
[
0
]
params
.
create_time_end
=
params
.
createTime
[
1
]
}
if
(
params
.
updatedTime
)
{
params
.
updated_time_start
=
params
.
updatedTime
[
0
]
params
.
updated_time_end
=
params
.
updatedTime
[
1
]
}
return
params
},
httpRequest
:
getZwsUserList
,
...
...
@@ -125,6 +129,7 @@ const listOptions = $computed(() => {
range-separator=
"To"
start-placeholder=
"创建开始时间"
end-placeholder=
"创建结束时间"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
<
template
v-slot:updatedTime=
"{ params }"
>
...
...
@@ -133,8 +138,9 @@ const listOptions = $computed(() => {
type=
"daterange"
:shortcuts=
"shortcuts"
range-separator=
"To"
start-placeholder=
"创建开始时间"
end-placeholder=
"创建结束时间"
start-placeholder=
"更新开始时间"
end-placeholder=
"更新结束时间"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
</
template
>
<
template
#
table-x=
"{ row }"
>
...
...
vite.config.ts
浏览文件 @
a10f0f6a
...
...
@@ -27,7 +27,7 @@ export default defineConfig(({ mode }) => ({
// '/api/customer': {
// // target: 'http://localhost-customer-system-backend.ezijing.com',
// target: 'https://customer-backend-api.ezijing.com',
// rewrite: path => path.replace(/^\/api\/
users
/, ''),
// rewrite: path => path.replace(/^\/api\/
customer
/, ''),
// changeOrigin: true
// },
'/api'
:
'https://customer-backend-api.ezijing.com'
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论