LiFei пре 3 година
родитељ
комит
45aafc5239
1 измењених фајлова са 8 додато и 0 уклоњено
  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'