소스 검색

货代空运 2024-1-23

caojunjie 1 년 전
부모
커밋
2cae31f5be
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/iosBasicData/PaymentApplication/assembly/finstlbillsitems.vue

+ 6 - 0
src/views/iosBasicData/PaymentApplication/assembly/finstlbillsitems.vue

@@ -40,6 +40,9 @@
             <el-table-column
                 prop="billNo"
                 label="原业务编号" width="120px">
+                <template slot-scope="{ row }">
+                    <span class="textHide" >{{row.billNo}}</span>
+                </template>
             </el-table-column>
             <el-table-column
                 prop="accBillNo"
@@ -117,6 +120,9 @@
             <el-table-column
                 prop="vesselCnName"
                 label="船名" width="140px">
+                <template slot-scope="{ row }" >
+                    <span class="textHide" >{{row.vesselCnName}}</span>
+                </template>
             </el-table-column>
             <el-table-column
                 prop="voyageNo"