3283e5ce by 张威

退订提示英文信息

1 parent cad64df8
......@@ -2,7 +2,7 @@
<div class="pd20">
<div style="margin-bottom: 20px">
<el-button type="primary" @click="downloadAll">{{ language == 0 ? '合并生成缴费单' : 'Download Consolidated Invoice' }}</el-button>
<el-button type="primary" @click="showDialog">{{ language == 0 ? '合并上传缴费单' : 'Upload Consolidated Invoice' }}</el-button>
<el-button type="primary" @click="showDialog">{{ language == 0 ? '合并上传缴费单' : 'Upload Combined Payment Proof' }}</el-button>
</div>
<div v-for="b in list" class="item">
<div class="title">
......@@ -305,7 +305,7 @@ const unsubscribe = () => {
})
})
} else {
proxy.$modal.msgError('请完善信息')
proxy.$modal.msgError(language.value == 0 ? '请完善信息' : 'Please complete the information')
}
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!