Explorar o código

发票明细合计行展示样式

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
76287414b4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/reportForms/fabric-loss-table.vue

+ 2 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -230,7 +230,8 @@
         >
           <!-- 发票号码明细  -->
           <span slot="invoiceNum" slot-scope="text">
-            <a>{{ text }}</a>
+            <a v-if="text!=='合计'">{{ text }}</a>
+            <span v-else>{{text}}</span>
           </span>
         </a-table>
       </div>