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
2ad54f65
Commit
2ad54f65
authored
Apr 20, 2023
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改报表
parent
1c9f114a
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16448 additions
and
5252 deletions
+16448
-5252
portal-manager-ui/admin/package-lock.json
portal-manager-ui/admin/package-lock.json
+11073
-30
portal-manager-ui/admin/package.json
portal-manager-ui/admin/package.json
+1
-0
portal-manager-ui/admin/src/main.js
portal-manager-ui/admin/src/main.js
+4
-0
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
...omponents/microOfficialWebsite/components/FormDetails.vue
+11
-2
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/microForm.vue
...s/dataAdmin/components/microOfficialWebsite/microForm.vue
+1
-1
portal-manager-ui/admin/yarn.lock
portal-manager-ui/admin/yarn.lock
+5358
-5219
No files found.
portal-manager-ui/admin/package-lock.json
View file @
2ad54f65
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/package.json
View file @
2ad54f65
...
...
@@ -25,6 +25,7 @@
"lodash"
:
"^4.17.21"
,
"moment"
:
"^2.29.4"
,
"qs"
:
"^6.10.3"
,
"v-viewer"
:
"^1.6.4"
,
"vue"
:
"^2.6.14"
,
"vue-highlightjs"
:
"^1.3.3"
,
"vue-router"
:
"^3.5.1"
,
...
...
portal-manager-ui/admin/src/main.js
View file @
2ad54f65
...
...
@@ -41,6 +41,10 @@ Vue.prototype.$codeMap = codeMap;
Vue
.
prototype
.
$bus
=
new
Vue
();
Vue
.
config
.
productionTip
=
false
;
// 图片预约
import
Viewer
from
'
v-viewer
'
import
'
viewerjs/dist/viewer.css
'
Vue
.
use
(
Viewer
);
new
Vue
({
router
,
store
,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
View file @
2ad54f65
...
...
@@ -45,14 +45,14 @@
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证人像面:
</span>
<span
class=
"infoContent"
>
<
img
v-if=
"userInfo.z_img"
:src=
"userInfo.z_
img"
/>
<
thumbImage
v-if=
"userInfo.z_img"
:src=
"imgBase+'/'+userInfo.z_img"
fileType=
"
img"
/>
<span
v-else
>
--
</span>
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证国徽面:
</span>
<span
class=
"infoContent"
>
<
img
v-if=
"userInfo.b_img"
:src=
"userInfo.z_
img"
/>
<
thumbImage
v-if=
"userInfo.b_img"
:src=
"imgBase+'/'+userInfo.b_img"
fileType=
"
img"
/>
<span
v-else
>
--
</span>
</span>
</div>
...
...
@@ -92,8 +92,17 @@
</
template
>
<
script
>
import
thumbImage
from
"
@/components/image/thumbImage.vue
"
export
default
{
name
:
"
FormDetails
"
,
components
:{
thumbImage
},
data
(){
return
{
imgBase
:
process
.
env
.
VUE_APP_API_PHP_URL
}
},
props
:
{
visible
:
{
type
:
Boolean
,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/microForm.vue
View file @
2ad54f65
...
...
@@ -161,7 +161,7 @@ export default {
{
title
:
"
是否实名认证
"
,
align
:
"
center
"
,
customRender
:
(
text
)
=>
"
--
"
,
customRender
:
(
text
)
=>
text
.
idcard_IDCardNo
?
"
实名认证
"
:
"
未实名认证
"
,
// customRender: (text) => text.create_time || "--",
},
{
...
...
portal-manager-ui/admin/yarn.lock
View file @
2ad54f65
This diff is collapsed.
Click to expand it.
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