huangbin 4 سال پیش
والد
کامیت
60ada8370b

+ 3 - 3
src/views/platinum/platinum_recharge_withdrawal_review/list/withdrawal/compoments/detail/index.vue

@@ -1,7 +1,7 @@
 <template>
-  <!-- 充值审核详情-->
+  <!-- 提现审核详情-->
   <a-modal class="add-custom custom-detail"
-           title="充值审核详情"
+           title="提现审核详情"
            centered
            v-model:visible="visible"
            :maskClosable="false"
@@ -21,7 +21,7 @@ import { defineComponent, PropType, ref } from 'vue';
 import { closeModal } from '@/common/setup/modal/index';
 import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
 import CommomDetail from '../common-detail/index.vue';
-import {QhjAccountOutInApply} from "@/services/go/ermcp/qhj/interface";
+import { QhjAccountOutInApply } from '@/services/go/ermcp/qhj/interface';
 
 export default defineComponent({
     name: 'platinum_withdrawal_review_detail-desc',