Forráskód Böngészése

发票加个开票类别

LiFei 3 éve
szülő
commit
45aafc5239
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      src/views/hlwinvoice/HlwInvoiceManageList.vue

+ 8 - 0
src/views/hlwinvoice/HlwInvoiceManageList.vue

@@ -193,6 +193,14 @@
             }
           },
           {
+            title:'发票类别',
+            align:"center",
+            dataIndex: 'invoiceType_dictText',
+            customRender:function (text,record) {
+              return text?"text":"--"
+            }
+          },
+          {
             title:'申请人',
             align:"center",
             dataIndex: 'createBy'