退订提示英文信息
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <div class="pd20"> | 2 | <div class="pd20"> |
| 3 | <div style="margin-bottom: 20px"> | 3 | <div style="margin-bottom: 20px"> |
| 4 | <el-button type="primary" @click="downloadAll">{{ language == 0 ? '合并生成缴费单' : 'Download Consolidated Invoice' }}</el-button> | 4 | <el-button type="primary" @click="downloadAll">{{ language == 0 ? '合并生成缴费单' : 'Download Consolidated Invoice' }}</el-button> |
| 5 | <el-button type="primary" @click="showDialog">{{ language == 0 ? '合并上传缴费单' : 'Upload Consolidated Invoice' }}</el-button> | 5 | <el-button type="primary" @click="showDialog">{{ language == 0 ? '合并上传缴费单' : 'Upload Combined Payment Proof' }}</el-button> |
| 6 | </div> | 6 | </div> |
| 7 | <div v-for="b in list" class="item"> | 7 | <div v-for="b in list" class="item"> |
| 8 | <div class="title"> | 8 | <div class="title"> |
| ... | @@ -305,7 +305,7 @@ const unsubscribe = () => { | ... | @@ -305,7 +305,7 @@ const unsubscribe = () => { |
| 305 | }) | 305 | }) |
| 306 | }) | 306 | }) |
| 307 | } else { | 307 | } else { |
| 308 | proxy.$modal.msgError('请完善信息') | 308 | proxy.$modal.msgError(language.value == 0 ? '请完善信息' : 'Please complete the information') |
| 309 | } | 309 | } |
| 310 | }) | 310 | }) |
| 311 | 311 | ... | ... |
-
Please register or sign in to post a comment