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
a1151e59
Commit
a1151e59
authored
May 22, 2023
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化背靠背报表
parent
78d9e3cf
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
portal-manager-ui/admin/src/components/image/images.vue
portal-manager-ui/admin/src/components/image/images.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
...nts/evaluationRecordReport/components/HandlingDetails.vue
+4
-4
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
...omponents/evaluationRecordReport/departmentEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
...in/components/evaluationRecordReport/matterEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
...in/components/evaluationRecordReport/windowEvaluation.vue
+1
-1
No files found.
portal-manager-ui/admin/src/components/image/images.vue
View file @
a1151e59
...
@@ -6,7 +6,7 @@ export default {
...
@@ -6,7 +6,7 @@ export default {
props
:[
'
src
'
],
props
:[
'
src
'
],
computed
:{
computed
:{
imgsrc
:
function
(){
imgsrc
:
function
(){
return
this
.
src
?
`
${
process
.
env
.
VUE_APP_API_
BASE
_URL
}
/
${
this
.
src
}
`
:
require
(
'
./thumb.jpg
'
)
return
this
.
src
?
`
${
process
.
env
.
VUE_APP_API_
PHP
_URL
}
/
${
this
.
src
}
`
:
require
(
'
./thumb.jpg
'
)
}
}
}
}
}
}
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
View file @
a1151e59
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<span><i
class=
"lable"
>
评价状态:
</i>
{{
!
queEvaData
.
evaluatestatus
?
'
--
'
:
queEvaData
.
evaluatestatus
==
1
?
'
等待评价
'
:
queEvaData
.
evaluatestatus
==
2
?
'
完成
'
:
queEvaData
.
evaluatestatus
==
3
?
'
截图有误
'
:
queEvaData
.
evaluatestatus
==
4
?
'
用户截图签名超时
'
:
queEvaData
.
evaluatestatus
==
5
?
'
用户评价超时
'
:
'
收到图片等待签名
'
}}
</span>
<span><i
class=
"lable"
>
评价状态:
</i>
{{
!
queEvaData
.
evaluatestatus
?
'
--
'
:
queEvaData
.
evaluatestatus
==
1
?
'
等待评价
'
:
queEvaData
.
evaluatestatus
==
2
?
'
完成
'
:
queEvaData
.
evaluatestatus
==
3
?
'
截图有误
'
:
queEvaData
.
evaluatestatus
==
4
?
'
用户截图签名超时
'
:
queEvaData
.
evaluatestatus
==
5
?
'
用户评价超时
'
:
'
收到图片等待签名
'
}}
</span>
<span><i
class=
"lable"
>
评价人照片:
</i>
<span><i
class=
"lable"
>
评价人照片:
</i>
<a-avatar
v-if=
"!queEvaData.picture || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<a-avatar
v-if=
"!queEvaData.picture || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<img
v-else
:src=
"baseurl+'/'+queEvaData.picture"
alt=
""
srcset=
""
style=
"max-width: 100px; max-height: 100px;"
>
<img
v-else
:src=
"baseurl+'/'+queEvaData.picture"
@
click=
"$viewerApi(
{images:[baseurl+'/'+queEvaData.picture]})"
alt="" srcset="" style="max-width: 100px; max-height: 100px;">
</span>
</span>
</div>
</div>
</div>
</div>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
<span>
<span>
<i
class=
"lable"
>
评价人照片:
</i>
<i
class=
"lable"
>
评价人照片:
</i>
<a-avatar
v-if=
"!queEvaData.picture"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<a-avatar
v-if=
"!queEvaData.picture"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<img
v-else
:src=
"
process.env.VUE_APP_API_BASE_URL+'/'+queEvaData.picture
"
alt=
""
srcset=
""
style=
"max-width: 100px; max-height: 100px;"
>
<img
v-else
:src=
"
baseurl+'/'+queEvaData.picture"
@
click=
"$viewerApi(
{images:[baseurl + '/' + queEvaData.picture]})
" alt="" srcset="" style="max-width: 100px; max-height: 100px;">
</span>
</span>
</div>
</div>
</div>
</div>
...
@@ -171,7 +171,7 @@ export default {
...
@@ -171,7 +171,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
queEvaData
:{},
queEvaData
:{},
baseurl
:
''
,
baseurl
:
process
.
env
.
VUE_APP_API_PHP_URL
,
};
};
},
},
filters
:
{
filters
:
{
...
@@ -201,7 +201,7 @@ export default {
...
@@ -201,7 +201,7 @@ export default {
mounted
()
{},
mounted
()
{},
created
(){
created
(){
this
.
baseurl
=
process
.
env
.
VUE_APP_API_PHP_URL
//
this.baseurl = process.env.VUE_APP_API_PHP_URL
}
}
};
};
</
script
>
</
script
>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
View file @
a1151e59
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
:columns="tableHeaders" :dataSource="tableSourceData">
:columns="tableHeaders" :dataSource="tableSourceData">
<template
slot=
"评价人照片"
slot-scope=
"text"
>
<template
slot=
"评价人照片"
slot-scope=
"text"
>
<a-avatar
v-if=
"!text || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<a-avatar
v-if=
"!text || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<img
v-else
:src=
"baseurl + '/' + text"
alt=
""
srcset=
""
style=
"max-width: 100px; max-height: 100px"
/>
<img
v-else
:src=
"baseurl + '/' + text"
@
click=
"$viewerApi(
{images:[baseurl + '/' + text]})"
alt="" srcset="" style="max-width: 100px; max-height: 100px" />
</
template
>
</
template
>
<
template
slot=
"操作"
slot-scope=
"text, record"
>
<
template
slot=
"操作"
slot-scope=
"text, record"
>
<a-button
type=
"link"
style=
"color: #ff7370"
@
click=
"handleDel(record.id)"
>
删除
</a-button>
<a-button
type=
"link"
style=
"color: #ff7370"
@
click=
"handleDel(record.id)"
>
删除
</a-button>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
a1151e59
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
:columns="tableHeaders" :dataSource="tableSourceData">
:columns="tableHeaders" :dataSource="tableSourceData">
<template
slot=
"评价人照片"
slot-scope=
"text"
>
<template
slot=
"评价人照片"
slot-scope=
"text"
>
<a-avatar
v-if=
"!text || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<a-avatar
v-if=
"!text || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<img
v-else
:src=
"baseurl + '/' + text"
alt=
""
srcset=
""
style=
"max-width: 100px; max-height: 100px"
/>
<img
v-else
:src=
"baseurl + '/' + text"
alt=
""
srcset=
""
style=
"max-width: 100px; max-height: 100px"
@
click=
"$viewerApi(
{images:[baseurl + '/' + text]})"
/>
</
template
>
</
template
>
<
template
slot=
"操作"
slot-scope=
"text, record"
>
<
template
slot=
"操作"
slot-scope=
"text, record"
>
<a-button
type=
"link"
style=
"color: #ff7370"
@
click=
"handleDel(record.id)"
>
删除
</a-button>
<a-button
type=
"link"
style=
"color: #ff7370"
@
click=
"handleDel(record.id)"
>
删除
</a-button>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
View file @
a1151e59
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
:columns="tableHeaders" :dataSource="tableSourceData">
:columns="tableHeaders" :dataSource="tableSourceData">
<template
slot=
"评价人照片"
slot-scope=
"text"
>
<template
slot=
"评价人照片"
slot-scope=
"text"
>
<a-avatar
v-if=
"!text || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<a-avatar
v-if=
"!text || !baseurl"
shape=
"square"
:size=
"40"
icon=
"user"
/>
<img
v-else
:src=
"baseurl + '/' + text"
style=
"max-width: 100px; max-height: 100px"
/>
<img
v-else
:src=
"baseurl + '/' + text"
style=
"max-width: 100px; max-height: 100px"
@
click=
"$viewerApi(
{images:[baseurl + '/' + text]})"
/>
</
template
>
</
template
>
<
template
slot=
"操作"
slot-scope=
"text, record"
>
<
template
slot=
"操作"
slot-scope=
"text, record"
>
<a-button
type=
"link"
style=
"color: #ff7370"
@
click=
"handleDel(record.id)"
>
删除
</a-button>
<a-button
type=
"link"
style=
"color: #ff7370"
@
click=
"handleDel(record.id)"
>
删除
</a-button>
...
...
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