LiFei il y a 4 ans
Parent
commit
1b65e53d83
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/hwpayment/HwPaymentList.vue

+ 2 - 2
src/views/hwpayment/HwPaymentList.vue

@@ -41,7 +41,7 @@
       <!-- 操作按钮区域 -->
       <div class="table-operator">
         <a class="ant-btn ant-btn-primary" @click="handleImportExcel1()" icon="import" type="primary"
-           v-has="'payment:import'">导入付款信息</a>
+           v-has="'payment:import'">导入付款</a>
       </div>
 
       <!-- table区域-begin -->
@@ -291,7 +291,7 @@
       },
       handleImportExcel1() {
         this.$refs.modalSelectRequireForm.edit()
-        this.$refs.modalSelectRequireForm.title = '导入付款信息'
+        this.$refs.modalSelectRequireForm.title = '导入付款'
         this.$refs.modalSelectRequireForm.disableSubmit = false
       },
       modalFormOk(){