Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
d4ef302e
Commit
d4ef302e
authored
Jan 13, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pdf插件替换
parent
a93d5615
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
9 deletions
+28
-9
index.vue
src/views/basicData/operationDcManagement/index.vue
+4
-1
index.vue
src/views/basicData/securityDocumentManagement/index.vue
+5
-2
index.vue
src/views/contingency/contingencyManager/index.vue
+5
-2
index.vue
src/views/daily/nros/index.vue
+4
-1
index.vue
src/views/outsourcingDirector/approve/index.vue
+4
-1
index.vue
src/views/outsourcingDirector/declare/index.vue
+6
-2
No files found.
src/views/basicData/operationDcManagement/index.vue
View file @
d4ef302e
...
...
@@ -7,7 +7,8 @@
width=
"100%"
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</el-dialog>
...
...
@@ -80,6 +81,7 @@
</template>
<
script
>
import
{
pdf
}
from
'common'
import
{
doQuerytree
}
from
"@/api/basicData/operationDcManagement.js"
;
...
...
@@ -108,6 +110,7 @@
components
:{
// MainIndex,
// LessIndex,
pdf
,
Edit
},
data
()
{
...
...
src/views/basicData/securityDocumentManagement/index.vue
View file @
d4ef302e
...
...
@@ -7,7 +7,8 @@
width=
"100%"
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</el-dialog>
...
...
@@ -80,6 +81,7 @@
</template>
<
script
>
import
{
pdf
}
from
'common'
import
{
doQuerytree
}
from
"@/api/basicData/securityDocumentManagement.js"
;
...
...
@@ -109,7 +111,8 @@
components
:{
MainIndex
,
LessIndex
,
Edit
Edit
,
pdf
},
data
()
{
return
{
...
...
src/views/contingency/contingencyManager/index.vue
View file @
d4ef302e
...
...
@@ -7,7 +7,8 @@
width=
"100%"
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
<!--
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
-->
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</el-dialog>
...
...
@@ -80,6 +81,7 @@
</template>
<
script
>
import
{
pdf
}
from
'common'
import
{
doQuery
,
doDelete
,
...
...
@@ -106,7 +108,8 @@
components
:{
// MainIndex,
// LessIndex,
Edit
Edit
,
pdf
},
data
()
{
return
{
...
...
src/views/daily/nros/index.vue
View file @
d4ef302e
...
...
@@ -7,7 +7,8 @@
width=
"100%"
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</el-dialog>
...
...
@@ -80,6 +81,7 @@
</template>
<
script
>
import
{
pdf
}
from
'common'
import
{
doQuerytree
}
from
"@/api/daily/nros.js"
;
...
...
@@ -106,6 +108,7 @@
mixins
:
[
tableMixin
],
name
:
'securityDocumentManagement'
,
components
:{
pdf
,
// MainIndex,
// LessIndex,
Edit
...
...
src/views/outsourcingDirector/approve/index.vue
View file @
d4ef302e
...
...
@@ -7,7 +7,8 @@
width=
"100%"
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</el-dialog>
...
...
@@ -80,6 +81,7 @@
</template>
<
script
>
import
{
pdf
}
from
'common'
import
{
doQuerytree
}
from
"@/api/outsourcingDirector/approve.js"
;
...
...
@@ -105,6 +107,7 @@
mixins
:
[
tableMixin
],
name
:
'securityDocumentManagement'
,
components
:{
pdf
,
// MainIndex,
// LessIndex,
Edit
...
...
src/views/outsourcingDirector/declare/index.vue
View file @
d4ef302e
...
...
@@ -6,8 +6,10 @@
:visible
.
sync=
"show"
width=
"100%"
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
<!--
<iframe
v-if=
"showType=='pdf'"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
></iframe>
-->
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</el-dialog>
...
...
@@ -80,6 +82,7 @@
</template>
<
script
>
import
{
pdf
}
from
'common'
import
{
doQuerytree
}
from
"@/api/outsourcingDirector/declare.js"
;
...
...
@@ -108,7 +111,8 @@
components
:{
// MainIndex,
// LessIndex,
Edit
Edit
,
pdf
},
data
()
{
return
{
...
...
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