Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
38604704
Commit
38604704
authored
May 11, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ac28efdd
cf54ed04
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
155 additions
and
154 deletions
+155
-154
portal-manager-ui/admin/.env
portal-manager-ui/admin/.env
+1
-1
portal-manager-ui/admin/.env.development
portal-manager-ui/admin/.env.development
+10
-3
portal-manager-ui/admin/src/api/customer.js
portal-manager-ui/admin/src/api/customer.js
+3
-4
portal-manager-ui/admin/src/views/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue
...ws/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue
+141
-146
No files found.
portal-manager-ui/admin/.env
View file @
38604704
VUE_APP_API_BASE_URL=http://192.168.0.98:11072
VUE_APP_API_BASE_URL=http://8.136.255.30:11072
\ No newline at end of file
\ No newline at end of file
portal-manager-ui/admin/.env.development
View file @
38604704
# 开发环境配置
# 开发环境配置
NODE_ENV = development
NODE_ENV = development
VUE_APP_API_BASE_URL=http://
192.168.0.98
:11078
VUE_APP_API_BASE_URL=http://
8.136.255.30
:11078
#图片显示拼接
#图片显示拼接
VUE_APP_API_IMG_URL=http://
192.168.0.98
:11078/
VUE_APP_API_IMG_URL=http://
8.136.255.30
:11078/
#余林
#余林
VUE_APP_API_PHP_URL=http://
192.168.0.98
:8090
VUE_APP_API_PHP_URL=http://
8.136.255.30
:8090
#宜宾
#宜宾
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
#正式
VUE_APP_API_PRP_RUL=http://112.19.80.237:11007
#test
VUE_APP_API_TEST_RUL=http://8.136.255.30:80
portal-manager-ui/admin/src/api/customer.js
View file @
38604704
import
http
from
"
../request/http
"
;
import
http
from
"
../request/http
"
;
let
baseURL
=
process
.
env
.
VUE_APP_API_PRP_RUL
let
baseURL
=
process
.
env
.
VUE_APP_API_TEST_RUL
let
proURL
=
process
.
env
.
VUE_APP_API_PRP_RUL
;
// http://8.136.255.30/eas/customer/list
// 查询客户管理列表
// 查询客户管理列表
export
function
getCustomer
(
params
)
{
export
function
getCustomer
(
params
)
{
return
http
.
post
(
`
${
baseURL
}
/eas/customer/list`
,
params
);
return
http
.
post
(
`
${
baseURL
}
/eas/customer/list`
,
params
);
}
}
// http://112.19.80.237:11007/basics_api/base/window/list
// 窗口列表
// 窗口列表
export
function
windowList
(
params
)
{
export
function
windowList
(
params
)
{
return
http
.
post
(
`
${
base
URL
}
/basics_api/base/window/list`
,
params
);
return
http
.
post
(
`
${
pro
URL
}
/basics_api/base/window/list`
,
params
);
}
}
portal-manager-ui/admin/src/views/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue
View file @
38604704
...
@@ -13,30 +13,24 @@
...
@@ -13,30 +13,24 @@
<b>
视频作品数:
<i>
0个
</i></b>
<b>
视频作品数:
<i>
0个
</i></b>
</div>
</div>
<span
class=
"topBoxFlex"
>
<span
class=
"topBoxFlex"
>
<a-input
allowClear
v-model=
"search
Name
"
placeholder=
"请输入用户姓名/手机号搜索"
>
<a-input
allowClear
v-model=
"search
Form.query
"
placeholder=
"请输入用户姓名/手机号搜索"
>
<a-icon
slot=
"prefix"
type=
"search"
/>
<a-icon
slot=
"prefix"
type=
"search"
/>
</a-input>
</a-input>
<a-select
default-value=
"001"
>
<a-select
v-model=
"searchForm.memberLevel"
>
<!--
<a-select-option
<a-select-option
value=
""
>
全部
</a-select-option>
v-for=
"(item, index) of selectOptions"
<a-select-option
v-for=
"(item, index) of levelList"
:key=
"index"
:value=
"index"
>
:key=
"index"
{{
item
}}
:value=
"item.value"
</a-select-option>
>
{{
item
.
label
}}
</a-select-option>
-->
<a-select-option
value=
"001"
>
等级001
</a-select-option>
<a-select-option
value=
"002"
>
等级002
</a-select-option>
</a-select>
</a-select>
<a-button
type=
"primary"
>
搜索
</a-button>
<a-button
type=
"primary"
>
搜索
</a-button>
</span>
</span>
</div>
</div>
<div
class=
"main"
>
<div
class=
"main"
>
<a-table
size=
"small"
bordered
:row-key=
"(record) => record.id"
:row-selection=
"
{
<a-table
size=
"small"
bordered
:row-key=
"(record) => record.id"
:row-selection=
"
{
selectedRowKeys: tableSelectedKeys,
selectedRowKeys: tableSelectedKeys,
onChange: onSelectChange,
onChange: onSelectChange,
}" :scroll="{ y: 590 }" :pagination="tablePagination" @change="pagTableChange" :loading="tableLoading"
}" :scroll="{ y: 590 }" :pagination="tablePagination" @change="pagTableChange" :loading="tableLoading"
:columns="tableHeaders" :dataSource="table
SourceData
">
:columns="tableHeaders" :dataSource="table
List
">
<template
slot=
"zhenshixingming"
slot-scope=
"text, record, index"
>
<template
slot=
"zhenshixingming"
slot-scope=
"text, record, index"
>
<a-button
type=
"link"
@
click=
"openUserDetails"
>
{{
text
}}
</a-button>
<a-button
type=
"link"
@
click=
"openUserDetails"
>
{{
text
}}
</a-button>
</
template
>
</
template
>
...
@@ -51,143 +45,144 @@
...
@@ -51,143 +45,144 @@
</template>
</template>
<
script
>
<
script
>
import
table
from
"
@/mixins/table
"
;
import
table
from
"
@/mixins/table
"
;
import
UserDetails
from
"
./components/UserDetails.vue
"
;
import
UserDetails
from
"
./components/UserDetails.vue
"
;
import
PicWorks
from
"
./components/PicWorks.vue
"
;
import
PicWorks
from
"
./components/PicWorks.vue
"
;
import
{
import
{
getCustomer
getCustomer
}
from
"
@/api/customer
"
;
}
from
"
@/api/customer
"
;
export
default
{
const
levelList
=
{
mixins
:
[
table
],
0
:
'
未开启
'
,
name
:
"
PortalAdminVuePoliticsShow
"
,
1
:
'
试用客户
'
,
data
()
{
2
:
'
VIP
'
,
return
{
3
:
'
设计师
'
tableHeaders
:
[{
}
title
:
"
序号
"
,
export
default
{
dataIndex
:
"
index
"
,
mixins
:
[
table
],
width
:
"
60px
"
,
name
:
"
PortalAdminVuePoliticsShow
"
,
key
:
"
index
"
,
data
()
{
align
:
"
center
"
,
return
{
customRender
:
(
text
,
record
,
index
)
=>
`
${
index
+
1
}
`
,
levelList
:
levelList
,
},
tableList
:
[],
{
searchForm
:
{
title
:
"
真实姓名
"
,
query
:
""
,
//姓名手机号查询条件
align
:
"
center
"
,
memberLevel
:
""
,
//会员等级查询条件
dataIndex
:
"
zhenshixingming
"
,
customerSrc
:
""
,
//客户来源查询条件
scopedSlots
:
{
},
customRender
:
"
zhenshixingming
"
,
tableHeaders
:
[{
},
title
:
"
序号
"
,
},
dataIndex
:
"
index
"
,
{
width
:
"
60px
"
,
title
:
"
联系电话
"
,
key
:
"
index
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
lianxidianhua
"
,
customRender
:
(
text
,
record
,
index
)
=>
`
${
index
+
1
}
`
,
},
},
{
{
title
:
"
单位名称
"
,
title
:
"
真实姓名
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
danweimingcheng
"
,
dataIndex
:
"
custName
"
},
},
{
{
title
:
"
图片作品数量
"
,
title
:
"
联系电话
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
tupianzuopinshuliang
"
,
dataIndex
:
"
contactTelphone
"
,
scopedSlots
:
{
},
customRender
:
"
tupianzuopinshuliang
"
,
{
},
title
:
"
单位名称
"
,
},
align
:
"
center
"
,
{
dataIndex
:
"
organization
"
,
title
:
"
视频作品数量
"
,
},
align
:
"
center
"
,
{
dataIndex
:
"
shipinzuopinshuliang
"
,
title
:
"
图片作品数量
"
,
},
align
:
"
center
"
,
{
dataIndex
:
"
customerDesignPictures
"
,
title
:
"
会员等级
"
,
},
align
:
"
center
"
,
{
dataIndex
:
"
huiyuandengji
"
,
title
:
"
视频作品数量
"
,
},
align
:
"
center
"
,
{
dataIndex
:
"
customerDesignVideos
"
,
title
:
"
最近登录时间
"
,
},
align
:
"
center
"
,
{
dataIndex
:
"
zuijingdenglushijian
"
,
title
:
"
会员等级
"
,
},
align
:
"
center
"
,
{
dataIndex
:
"
memberLevel
"
,
title
:
"
使用状态
"
,
customRender
:
(
text
,
record
,
index
)
=>
levelList
[
text
],
align
:
"
center
"
,
},
dataIndex
:
"
shiyongzhuangtai
"
,
{
},
title
:
"
最近登录时间
"
,
],
align
:
"
center
"
,
searchName
:
undefined
,
dataIndex
:
"
lastLoginTime
"
,
};
},
},
{
components
:
{
title
:
"
使用状态
"
,
UserDetails
,
align
:
"
center
"
,
PicWorks
,
dataIndex
:
"
status
"
,
},
customRender
:
(
text
,
record
,
index
)
=>
text
==
1
?
'
正常
'
:
'
禁用
'
,
mounted
()
{
},
this
.
setMoment
();
],
for
(
let
key
=
0
;
key
<
20
;
key
++
)
{
searchName
:
undefined
,
this
.
tableSourceData
.
push
({
};
id
:
`00
${
key
+
1
}
`
,
},
zhenshixingming
:
`陈飞云
${
key
+
1
}
`
,
components
:
{
lianxidianhua
:
`13880888888`
,
UserDetails
,
danweimingcheng
:
`宜宾人力资源与社保管理局
${
key
+
1
}
`
,
PicWorks
,
tupianzuopinshuliang
:
`1
${
key
+
1
}
`
,
},
shipinzuopinshuliang
:
`--
${
key
+
1
}
`
,
mounted
()
{
huiyuandengji
:
`vip
${
key
+
1
}
`
,
this
.
setMoment
();
zuijingdenglushijian
:
`2020-09-09 19:19:19`
,
},
shiyongzhuangtai
:
`正常
${
key
+
1
}
`
,
created
()
{
});
this
.
getList
();
},
methods
:
{
// 获取列表数据
async
getList
(
search
=
{})
{
let
res
=
await
getCustomer
({
page
:
this
.
tablePagination
.
current
,
size
:
this
.
tablePagination
.
pageSize
,
...
this
.
searchForm
,
...
search
,
});
if
(
res
.
code
==
1
)
{
let
{
data
,
total
}
=
res
.
data
;
this
.
tableList
=
data
;
this
.
tablePagination
.
total
=
total
;
}
}
},
},
created
()
{
//分页
changeTablePage
(
page
)
{
this
.
pagTableChange
(
page
);
this
.
getList
();
this
.
getList
();
},
},
methods
:
{
QueueState
(
type
)
{
// 获取列表数据
switch
(
type
)
{
async
getList
(
search
=
{})
{
case
0
:
let
res
=
await
getCustomer
({
return
"
type1
"
;
page
:
this
.
tablePagination
.
current
,
case
1
:
size
:
this
.
tablePagination
.
pageSize
,
return
"
type2
"
;
...
this
.
searchForm
,
...
search
,
});
if
(
res
.
code
==
1
)
{
let
{
data
,
total
}
=
res
.
data
;
this
.
tableList
=
data
;
this
.
tablePagination
.
total
=
total
;
return
data
;
}
},
QueueState
(
type
)
{
switch
(
type
)
{
case
0
:
return
"
type1
"
;
case
1
:
return
"
type2
"
;
default
:
default
:
return
"
type0
"
;
return
"
type0
"
;
}
}
},
},
openPicWorks
()
{
openPicWorks
()
{
this
.
$refs
.
PicWorks
.
modalInfo
.
title
=
"
作品数量
"
;
this
.
$refs
.
PicWorks
.
modalInfo
.
title
=
"
作品数量
"
;
this
.
$refs
.
PicWorks
.
modalInfo
.
visible
=
true
;
this
.
$refs
.
PicWorks
.
modalInfo
.
visible
=
true
;
this
.
$refs
.
PicWorks
.
modalInfo
.
width
=
"
32%
"
;
this
.
$refs
.
PicWorks
.
modalInfo
.
width
=
"
32%
"
;
},
},
openUserDetails
()
{
openUserDetails
()
{
this
.
$refs
.
UserDetails
.
modalInfo
.
title
=
"
客户详情
"
;
this
.
$refs
.
UserDetails
.
modalInfo
.
title
=
"
客户详情
"
;
this
.
$refs
.
UserDetails
.
modalInfo
.
visible
=
true
;
this
.
$refs
.
UserDetails
.
modalInfo
.
visible
=
true
;
},
},
},
};
},
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
/deep/.ant-spin-container {
/deep/.ant-spin-container {
display: block;
display: block;
}
}
</
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