Commit 5fec9cadc0ac55729757d3d669159c16ab55ed25
1 parent
7aa2ca34
优化装修相关bug
Showing
1 changed file
with
4 additions
and
0 deletions
src/i18n/commonLang.js
| ... | ... | @@ -59,6 +59,8 @@ export const messages = { |
| 59 | 59 | submitSuccess:'Submit successfully', |
| 60 | 60 | submitFailed:'Submit failed', |
| 61 | 61 | saveSuccess:'successfully', |
| 62 | + operationSuccess:'Operation successfully', | |
| 63 | + operationFailed:'Operation failed', | |
| 62 | 64 | noData:'No Data', |
| 63 | 65 | file:'File', |
| 64 | 66 | hide:'Hide', |
| ... | ... | @@ -132,6 +134,8 @@ export const messages = { |
| 132 | 134 | submitSuccess:'提交成功', |
| 133 | 135 | submitFailed:'提交失败', |
| 134 | 136 | saveSuccess:'成功', |
| 137 | + operationSuccess:'操作成功', | |
| 138 | + operationFailed:'操作失败', | |
| 135 | 139 | noData:'暂无数据', |
| 136 | 140 | file:'附件', |
| 137 | 141 | hide:'隐藏', | ... | ... |