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
4d64b70f
Commit
4d64b70f
authored
Jul 16, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
60c08ff9
0ca2cc21
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs3.vue
.../src/pages/basicset/business/components/businessTabs3.vue
+1
-1
portal-manager-ui/admin/src/components/image/thumbImage.vue
portal-manager-ui/admin/src/components/image/thumbImage.vue
+3
-2
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
...omponents/microOfficialWebsite/components/FormDetails.vue
+2
-2
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
.../src/views/dataAdmin/components/queueCall/queueRecord.vue
+3
-0
No files found.
base-manager-ui/admin/src/pages/basicset/business/components/businessTabs3.vue
View file @
4d64b70f
...
@@ -478,7 +478,7 @@ export default {
...
@@ -478,7 +478,7 @@ export default {
size
:
this
.
rightSize
,
size
:
this
.
rightSize
,
matterName
:
`%
${
this
.
rightSearchVal
}
%`
,
matterName
:
`%
${
this
.
rightSearchVal
}
%`
,
siteId
:
this
.
siteId
,
siteId
:
this
.
siteId
,
deptCode
:
this
.
leftDept
,
deptCode
:
this
.
deptSearch
,
...
search
,
...
search
,
});
});
let
{
pageInfo
,
data
}
=
res
.
data
.
data
;
let
{
pageInfo
,
data
}
=
res
.
data
.
data
;
...
...
portal-manager-ui/admin/src/components/image/thumbImage.vue
View file @
4d64b70f
...
@@ -24,7 +24,8 @@ export default {
...
@@ -24,7 +24,8 @@ export default {
index
:{
index
:{
type
:
Number
,
type
:
Number
,
default
:
0
default
:
0
}
},
type
:[
String
]
},
},
data
(){
data
(){
return
{
return
{
...
@@ -63,7 +64,7 @@ export default {
...
@@ -63,7 +64,7 @@ export default {
if
(
src
.
search
(
/http/ig
)
>-
1
){
if
(
src
.
search
(
/http/ig
)
>-
1
){
return
`
${
src
}
`
return
`
${
src
}
`
}
else
{
}
else
{
return
`
${
process
.
env
.
VUE_APP_API_BASE_URL
}
/
${
src
}
`
return
this
.
type
==
'
php
'
?
`
${
process
.
env
.
VUE_APP_API_PHP_URL
}
/
${
src
}
`
:
`
${
process
.
env
.
VUE_APP_API_BASE_URL
}
/
${
src
}
`
}
}
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
View file @
4d64b70f
...
@@ -47,14 +47,14 @@
...
@@ -47,14 +47,14 @@
<div
class=
"infoBox"
>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证人像面:
</span>
<span
class=
"infoTitle imgBox"
>
身份证人像面:
</span>
<span
class=
"infoContent"
>
<span
class=
"infoContent"
>
<thumbImage
v-if=
"userInfo.z_img"
:src=
"userInfo.z_img"
fileType=
"img"
/>
<thumbImage
type=
"php"
v-if=
"userInfo.z_img"
:src=
"userInfo.z_img"
fileType=
"img"
/>
<span
v-else
>
--
</span>
<span
v-else
>
--
</span>
</span>
</span>
</div>
</div>
<div
class=
"infoBox"
>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证国徽面:
</span>
<span
class=
"infoTitle imgBox"
>
身份证国徽面:
</span>
<span
class=
"infoContent"
>
<span
class=
"infoContent"
>
<thumbImage
v-if=
"userInfo.b_img"
:src=
"userInfo.b_img"
fileType=
"img"
/>
<thumbImage
type=
"php"
v-if=
"userInfo.b_img"
:src=
"userInfo.b_img"
fileType=
"img"
/>
<span
v-else
>
--
</span>
<span
v-else
>
--
</span>
</span>
</span>
</div>
</div>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
View file @
4d64b70f
...
@@ -24,6 +24,9 @@
...
@@ -24,6 +24,9 @@
</a-select>
</a-select>
<a-select
v-model=
"searchForm.id"
>
<a-select
v-model=
"searchForm.id"
>
<a-select-option
value=
""
>
全部设备
</a-select-option>
<a-select-option
value=
""
>
全部设备
</a-select-option>
<a-select-option
:value=
"0"
>
小程序
</a-select-option>
<a-select-option
v-for=
"item in deviceData"
:key=
"item.id"
:value=
"item.id"
>
<a-select-option
v-for=
"item in deviceData"
:key=
"item.id"
:value=
"item.id"
>
{{
item
.
name
}}
{{
item
.
name
}}
</a-select-option>
</a-select-option>
...
...
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