Commit 28820a6a authored by 邓春圆's avatar 邓春圆

国际化

parent ba03ae75
......@@ -314,7 +314,7 @@ export default {
handleAdd() {
this.reset();
this.open = true;
this.title = "新增";
this.title = this.$t('新增');
},
/** 修改按钮操作 */
handleUpdate(row) {
......@@ -334,7 +334,7 @@ export default {
this.status = 1
}
this.open = true;
this.title = "修改";
this.title = this.$t('修改');
});
},
/** 提交按钮 */
......
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