yusheng 1 년 전
부모
커밋
0b3cf8477f
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/views/bpm/handleTask/components/saleOrder/invoice/detailDialog.vue

+ 1 - 5
src/views/bpm/handleTask/components/saleOrder/invoice/detailDialog.vue

@@ -491,11 +491,7 @@
             prop: 'technicalDrawings',
             prop: 'technicalDrawings',
             label: '技术图纸',
             label: '技术图纸',
             slot: 'technicalDrawings',
             slot: 'technicalDrawings',
-            formatter: (_row, _column, cellValue) => {
-              return (
-                (_row.guaranteePeriod || '') + _row.guaranteePeriodUnitName
-              );
-            },
+
             align: 'center'
             align: 'center'
           },
           },
           {
           {