|
|
@@ -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(){
|