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
28ba8c9d
Commit
28ba8c9d
authored
Dec 12, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推,网络理政详情页附件下载
parent
d1432859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/components/FormDetails.vue
...n/components/networkGovernance/components/FormDetails.vue
+0
-31
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/components/FormDetails.vue
View file @
28ba8c9d
...
...
@@ -102,20 +102,6 @@
点击下载
</a-button>
</
template
>
<!-- <template v-if="checkVideo">
<img
v-for="(item, index) in fromData.url"
:key="index"
:src="baseUrl + item"
/>
</template>
<template v-if="checkWav">
<img
v-for="(item, index) in fromData.url"
:key="index"
:src="baseUrl + item"
/>
</template> -->
</div>
<div
v-else
>
--
</div>
</div>
...
...
@@ -307,9 +293,6 @@ export default {
return
{
fromData
:
{},
baseUrl
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/zwfw_api/
"
,
checkImg
:
false
,
checkVideo
:
false
,
checkWav
:
false
,
};
},
computed
:
{
...
...
@@ -322,20 +305,6 @@ export default {
},
},
},
watch
:
{
fromData
:
{
deep
:
true
,
immediate
:
true
,
handler
(
val
)
{
console
.
log
(
val
);
if
(
!
/
\.(
jpg|jpeg|png|GIF|JPG|PNG
)
$/
.
test
(
val
.
name
))
{
return
false
;
}
else
{
return
true
;
}
},
},
},
methods
:
{
onClose
()
{
...
...
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