Commit e00c4fff authored by Smile's avatar Smile

232 (生产)后台未翻译成英文的一些页面, 运营-轮播广告页面

parent fe66a6d8
......@@ -4932,6 +4932,7 @@
"是否确认启用此积分规则": "Confirm enabling this points rule",
"标题(中文)": "Title (Chinese)",
"标题(英文)": "Title (English)",
"标题(法文)": "Title (French)"
"标题(法文)": "Title (French)",
"是否确认删除广告设置编号为'{0}'的数据项?": "Are you sure you want to delete the advertisement setting with ID '{0}'?"
}
......@@ -291,7 +291,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const id = row.id;
this.$modal.confirm(this.$t('是否确认删除广告设置编号为"') + id + this.$t('"的数据项?')).then(function() {
this.$modal.confirm(this.$t('是否确认删除广告设置编号为\'{0}\'的数据项?', {0: id})).then(function() {
return deleteBanner(id);
}).then(() => {
this.getList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment