Prechádzať zdrojové kódy

个人信息-公正性列表,添加快照列

tianxinyu 4 dní pred
rodič
commit
2a34634b25

+ 15 - 0
src/views/component/personnelFile/components/bmsmTag.vue

@@ -77,6 +77,21 @@
             </div>
           </template>
         </el-table-column>
+        <el-table-column label="表单" min-width="25%">
+          <template slot-scope="scope">
+            <div class="grid-content bg-purple-light">
+              <ibps-attachment
+                v-model="scope.row.kuaiZhao"
+                :download="true"
+                multiple
+                accept="*"
+                :readonly="true"
+                style="width: 100%"
+                limlt="5"
+              />
+            </div>
+          </template>
+        </el-table-column>
         <el-table-column
           fixed="right"
           label="操作"