Browse Source

发票显示问题修复

evoxwht 2 năm trước cách đây
mục cha
commit
bdf55848cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      template/admin/src/pages/order/invoice/index.vue

+ 1 - 1
template/admin/src/pages/order/invoice/index.vue

@@ -94,7 +94,7 @@
         </template>
         <template slot-scope="{ row, index }" slot="is_invoice">
           <div v-if="row.is_invoice === 1">已开票</div>
-          <div v-else>--</div>
+          <div v-else>未开票</div>
         </template>
         <template slot-scope="{ row, index }" slot="status">
           <div v-if="row.status === 0">未发货</div>