shaun-sheep 5 tahun lalu
induk
melakukan
186c2d6f48

+ 36 - 0
src/components/ledger/details/detail/exhibitionImage.vue

@@ -11,7 +11,36 @@
         v-for="item in url">
       </el-image>
     </div>
+<div>
+  <p class="title">
+    <span class=" iconfont"></span>
+    {{exhibitionImage.videoTitle}}</p>N
+  <video src=""></video>
+</div>
+    <div>
+      <p class="title">
+      <span class=" iconfont icon-shipinbofangyingpian2"></span>
+      {{exhibitionImage.videoTitle}}</p>
+      <p class="text">xxx</p>
+      <section>
+        <el-row>
+          <template>
+            <el-col :span="10">
+              <el-image src="https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg"></el-image>
+            </el-col>
+            <el-col :span="10">
+              <p>名称xxx</p>
+              <p>2020-02-02</p>
 
+            </el-col>
+            <el-col :span="4">
+              <el-button class="icon-download iconfont" type="text"/>
+            </el-col>
+          </template>
+
+        </el-row>
+      </section>
+    </div>
   </div>
 </template>
 
@@ -44,7 +73,14 @@
       font-weight: 600;
       text-indent: 10px;
     }
+    .text {
+      border-left: 8px solid black;
+      margin: 10px 40px 10px 0;
+      font-weight: 600;
+      text-indent: 10px;
+      display: inline-block;
 
+    }
     .image {
       margin: 10px;
       text-align: center;

+ 3 - 11
src/components/ledger/details/tableDisplay.vue

@@ -78,7 +78,9 @@
         },
         exhibitionFile: {},
         exhibitionImage: {
-          title:'图片'
+          title:'图片',
+          videoTitle:'视频',
+          fileTitle:'文件'
         }
       }
     },
@@ -114,17 +116,7 @@
       border-radius: 4px;
     }
 
-    .bg-purple-dark {
-      background: #99a9bf;
-    }
-
-    .bg-purple {
-      background: #d3dce6;
-    }
 
-    .bg-purple-light {
-      background: #e5e9f2;
-    }
 
     .grid-content {
       border-radius: 4px;