Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b0731bfa
authored
2023-10-12 10:00:24 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料信息
1 parent
f7cf8c90
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
src/views/djbworkflow/components/clxx/dialog/imagePreview.vue
src/views/djbworkflow/components/clxx/index.vue
src/views/xxba/components/clxx/index.vue
src/views/djbworkflow/components/clxx/dialog/imagePreview.vue
View file @
b0731bf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-12
09:54:01
* @LastEditTime: 2023-10-12
10:00:08
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -87,7 +87,7 @@
// 缩略图
thumbnailImages
:
[],
showViewer
:
false
,
initialIndex
:
undefined
,
initialIndex
:
0
,
allLi
:
[],
}
},
...
...
src/views/djbworkflow/components/clxx/index.vue
View file @
b0731bf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
08 08:35:11
* @LastEditTime: 2023-10-
12 09:59:39
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -281,6 +281,9 @@
this
.
previewImg
.
imgList
=
res
.
result
?
res
.
result
:
[]
})
this
.
previewImg
.
bsmSj
=
item
?.
bsmSj
;
if
(
this
.
$refs
.
imageRef
)
{
this
.
$refs
.
imageRef
.
initialIndex
=
0
}
},
/**
* @description: 小图片点击
...
...
src/views/xxba/components/clxx/index.vue
View file @
b0731bf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-15 15:54:13
* @LastEditTime: 2023-
10-12 09:58:32
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -272,6 +272,9 @@
this
.
previewImg
.
imgList
=
res
.
result
?
res
.
result
:
[]
})
this
.
previewImg
.
bsmMaterial
=
item
?.
bsmMaterial
;
if
(
this
.
$refs
.
imageRef
)
{
this
.
$refs
.
imageRef
.
initialIndex
=
0
}
},
/**
* @description: 小图片点击
...
...
Please
register
or
sign in
to post a comment