Commit 5f05ab05 by lichengming

修改了附件上传预览按钮

parent 63d06d1e
...@@ -123,22 +123,22 @@ ...@@ -123,22 +123,22 @@
</Spin> </Spin>
</div> </div>
<!--图片预览--> <!--图片预览-->
<div> <!-- <div>-->
<vue-gallery-slideshow :images="imgViewList" :index="imgViewIndex" <!-- <vue-gallery-slideshow :images="imgViewList" :index="imgViewIndex"-->
@close="imgViewIndex = null"></vue-gallery-slideshow> <!-- @close="imgViewIndex = null"></vue-gallery-slideshow>-->
</div> <!-- </div>-->
</div> </div>
</template> </template>
<script> <script>
import VueGallerySlideshow from 'vue-gallery-slideshow' // import VueGallerySlideshow from 'vue-gallery-slideshow'
import global from '../../../api/config' import global from '../../../api/config'
import { meterEntrust } from '../../../api' import { meterEntrust } from '../../../api'
/** /**
* 公共组件modal 弹框(支持上传,下载,预览,删除附件等操作) * 公共组件modal 弹框(支持上传,下载,预览,删除附件等操作)
*/ */
export default { export default {
components: { VueGallerySlideshow }, // components: { VueGallerySlideshow },
props: { props: {
fileName: null fileName: null
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment