Commit 4472d3bf authored by 仇晓婷's avatar 仇晓婷

查看器组件ok

parent 35b44e81
This diff is collapsed.
......@@ -123,14 +123,16 @@
>
<component :is="detail" :eid="curId" @on-close="cancel" @on-ok="ok" />
</Modal>
<!-- width="800" -->
<Modal
v-model="modal1"
title="查看附件"
width="800"
fullscreen
footer-hide
:mask-closable="false"
>
<FilesView ref="refFile" :parms="parms" />
<FilesViewer :parms="parms"/>
<!-- <FilesView ref="refFile" :parms="parms" /> -->
</Modal>
</div>
</template>
......
......@@ -74,6 +74,7 @@ import Pictrue from '@/components/page/pictrue.vue'
import WordTree from '@/components/page/wordTree.vue'
import Actions from '@/components/page/actions.vue'
import TimeDifference from '@/components/page/timeDifference.vue'
import FilesViewer from '@/components/page/filesViewer.vue'
......@@ -153,6 +154,7 @@ Vue.component("Pictrue",Pictrue)
Vue.component("WordTree",WordTree)
Vue.component("Actions",Actions)
Vue.component("TimeDifference",TimeDifference)
Vue.component("FilesViewer",FilesViewer)
......
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