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
b8ca173c
Commit
b8ca173c
authored
Jan 13, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
附件预览禁用右击
parent
d4ef302e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
8 deletions
+26
-8
index.vue
src/views/basicData/operationDcManagement/index.vue
+4
-1
index.vue
src/views/basicData/securityDocumentManagement/index.vue
+4
-1
index.vue
src/views/contingency/contingencyManager/index.vue
+4
-1
index.vue
src/views/daily/nros/index.vue
+4
-1
index.vue
src/views/outsourcingDirector/approve/index.vue
+5
-2
index.vue
src/views/outsourcingDirector/declare/index.vue
+5
-2
No files found.
src/views/basicData/operationDcManagement/index.vue
View file @
b8ca173c
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible
.
sync=
"show"
:visible
.
sync=
"show"
width=
"100%"
width=
"100%"
>
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<div
ref=
'show'
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<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>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
...
@@ -177,6 +177,9 @@
...
@@ -177,6 +177,9 @@
});
});
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
show
=
true
this
.
show
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
show
.
addEventListener
(
'contextmenu'
,
function
(
event
)
{
event
.
preventDefault
();
},
false
);
})
})
})
},
},
creatFile
(){
creatFile
(){
...
...
src/views/basicData/securityDocumentManagement/index.vue
View file @
b8ca173c
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible
.
sync=
"show"
:visible
.
sync=
"show"
width=
"100%"
width=
"100%"
>
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<div
ref=
'show'
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<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>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
...
@@ -175,6 +175,9 @@
...
@@ -175,6 +175,9 @@
});
});
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
show
=
true
this
.
show
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
show
.
addEventListener
(
'contextmenu'
,
function
(
event
)
{
event
.
preventDefault
();
},
false
);
})
})
})
},
},
creatFile
(){
creatFile
(){
...
...
src/views/contingency/contingencyManager/index.vue
View file @
b8ca173c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
>
>
<div
v-if=
"show"
style=
"height: 85vh;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>
<pdf
ref=
"show"
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"
>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</div>
</el-dialog>
</el-dialog>
...
@@ -175,6 +175,9 @@
...
@@ -175,6 +175,9 @@
});
});
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
show
=
true
this
.
show
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
show
.
addEventListener
(
'contextmenu'
,
function
(
event
)
{
event
.
preventDefault
();
},
false
);
})
})
})
},
},
creatFile
(){
creatFile
(){
...
...
src/views/daily/nros/index.vue
View file @
b8ca173c
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible
.
sync=
"show"
:visible
.
sync=
"show"
width=
"100%"
width=
"100%"
>
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<div
ref=
"show"
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<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>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
...
@@ -177,6 +177,9 @@
...
@@ -177,6 +177,9 @@
});
});
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
show
=
true
this
.
show
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
show
.
addEventListener
(
'contextmenu'
,
function
(
event
)
{
event
.
preventDefault
();
},
false
);
})
})
})
},
},
creatFile
(){
creatFile
(){
...
...
src/views/outsourcingDirector/approve/index.vue
View file @
b8ca173c
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible
.
sync=
"show"
:visible
.
sync=
"show"
width=
"100%"
width=
"100%"
>
>
<div
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<div
ref=
'show'
v-if=
"show"
style=
"height: 85vh;width: 100%"
>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<pdf
v-if=
"showType=='pdf'"
:src=
"url"
></pdf>
<!--
<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>
-->
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
</template>
</template>
<
script
>
<
script
>
import
{
pdf
}
from
'common'
import
{
pdf
}
from
'common'
import
{
import
{
doQuerytree
doQuerytree
}
from
"@/api/outsourcingDirector/approve.js"
;
}
from
"@/api/outsourcingDirector/approve.js"
;
...
@@ -176,6 +176,9 @@
...
@@ -176,6 +176,9 @@
});
});
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
show
=
true
this
.
show
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
show
.
addEventListener
(
'contextmenu'
,
function
(
event
)
{
event
.
preventDefault
();
},
false
);
})
})
})
},
},
creatFile
(){
creatFile
(){
...
...
src/views/outsourcingDirector/declare/index.vue
View file @
b8ca173c
...
@@ -6,10 +6,10 @@
...
@@ -6,10 +6,10 @@
:visible
.
sync=
"show"
:visible
.
sync=
"show"
width=
"100%"
width=
"100%"
>
>
<div
v-if=
"show"
style=
"height: 85vh;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>
<pdf
ref=
"show"
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"
>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</div>
</el-dialog>
</el-dialog>
...
@@ -178,6 +178,9 @@
...
@@ -178,6 +178,9 @@
});
});
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
url
=
URL
.
createObjectURL
(
blob
)
this
.
show
=
true
this
.
show
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
show
.
addEventListener
(
'contextmenu'
,
function
(
event
)
{
event
.
preventDefault
();
},
false
);
})
})
})
},
},
creatFile
(){
creatFile
(){
...
...
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