Browse Source

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

zhou.xiaoning 4 năm trước cách đây
mục cha
commit
d38ec7c203

+ 1 - 1
src/views/search/search_financing_inquiry/search_financing_inquiry_contract/setup.ts

@@ -34,7 +34,7 @@ export const useFeeDetail = () => {
     }
 
     const tabList: TabList[] = [
-        { lable: '合同明细', code: 'fee-detail' }
+        { lable: '费用明细', code: 'fee-detail' }
     ]
 
     return { FeeColumns, feeList: tableList, tabList, queryFeeDetail, getCloseInterRestStatus }