695593266@qq.com 8 ay önce
ebeveyn
işleme
e8aec0b717

+ 5 - 1
src/views/pick/pickApply/components/selfDetailed.vue

@@ -49,6 +49,10 @@
           {{ row.demandQuantity }} {{ row.unit }}
         </template>
 
+        <template v-slot:specification="{ row }">
+          {{ row.specification ? row.specification : row.specifications }}
+        </template>
+
         <template v-slot:action="{ row, $index }">
           <el-link
             type="text"
@@ -182,6 +186,7 @@
             prop: 'specification',
             label: '规格',
             align: 'center',
+            slot: 'specification',
             showOverflowTooltip: true
           },
           {
@@ -256,7 +261,6 @@
               width: 150,
               prop: 'specification',
               label: '规格',
-              slot: 'specification',
               align: 'center',
               showOverflowTooltip: true
             },