Browse Source

事件中心详情

majunqi 1 năm trước cách đây
mục cha
commit
d803bf7a38
1 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 6 3
      event-ui/src/views/event/eventcatalogue/index.vue

+ 6 - 3
event-ui/src/views/event/eventcatalogue/index.vue

@@ -325,9 +325,12 @@
         </el-row>
         <el-row>
           <el-col :span="24" v-if="detailSee">
-            <ImageUpload ref="ImageUpload" :limit="1" :fileType="['png', 'jpg', 'jpeg']" :isShowTip="false"
-                         :value="form.attachId"
-                         @input="getUrl"></ImageUpload>
+<!--            <ImageUpload ref="ImageUpload" :limit="1" :fileType="['png', 'jpg', 'jpeg']" :isShowTip="false"-->
+<!--                         :value="form.attachId"-->
+<!--                         @input="getUrl"></ImageUpload>-->
+            <div v-for="item in form.attachId"  style="text-decoration: revert">
+              <img :src="item.attachPath" style="width:150px;height:150px;"/>
+            </div>
             <div>
               <ol>
                 <li v-for="(item,index) in filevedioList">