ysy 2 lat temu
rodzic
commit
3b9a587603

BIN
dist.zip


+ 8 - 6
src/views/bpm/handleTask/components/materialPlan/detailDialog.vue

@@ -68,13 +68,16 @@
                 </el-link>
               </template>
 
-              <template v-slot:imgUrl="{ row }">
-                {{ row.imgUrl }}
+            <!-- <template v-slot:imgUrl="{ row }">
+                {{ row }}
               </template>
+              -->
 
-              <template v-slot:files="{ row }">
+           <!-- <template v-slot:files="{ row }" v-if='row.files != ""'>
                 {{ row.files }}
-              </template>
+              </template> -->
+
+        
             </ele-pro-table>
           </div>
         </template>
@@ -238,8 +241,7 @@ export default {
         },
 
         {
-          label: '需求数量',
-        
+          label: '需求数量', 
           action: 'demandQuantity',
           align: 'center'
         },