Explorar o código

发票加个开票类别

LiFei %!s(int64=3) %!d(string=hai) anos
pai
achega
45aafc5239
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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'