Commit 4fe92189bd7ec09bdcf2ffe01b557dc550373f53
1 parent
b5c2fa18
update view text for use template
Showing
2 changed files
with
3 additions
and
3 deletions
front-end/h5/src/locales/lang/zh-CN.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | * @Author: ly525 | 2 | * @Author: ly525 |
| 3 | * @Date: 2019-11-24 18:51:58 | 3 | * @Date: 2019-11-24 18:51:58 |
| 4 | * @LastEditors: ly525 | 4 | * @LastEditors: ly525 |
| 5 | - * @LastEditTime: 2019-11-30 00:31:54 | 5 | + * @LastEditTime: 2019-11-30 19:39:09 |
| 6 | * @FilePath: /luban-h5/front-end/h5/src/locales/lang/zh-CN.js | 6 | * @FilePath: /luban-h5/front-end/h5/src/locales/lang/zh-CN.js |
| 7 | * @Github: https://github.com/ly525/luban-h5 | 7 | * @Github: https://github.com/ly525/luban-h5 |
| 8 | * @Description: Do not edit | 8 | * @Description: Do not edit |
| @@ -29,7 +29,7 @@ export default { | @@ -29,7 +29,7 @@ export default { | ||
| 29 | workCard: { | 29 | workCard: { |
| 30 | description: '描述', | 30 | description: '描述', |
| 31 | createTime: '时间', | 31 | createTime: '时间', |
| 32 | - useNow: '立即使用', | 32 | + useNow: '立即查看', |
| 33 | preview: '预览', | 33 | preview: '预览', |
| 34 | createNewWork: '创建新作品', | 34 | createNewWork: '创建新作品', |
| 35 | edit: '编辑', | 35 | edit: '编辑', |
front-end/h5/src/views/work-manager/templates.vue
| @@ -172,7 +172,7 @@ export default { | @@ -172,7 +172,7 @@ export default { | ||
| 172 | window.open(routeData.href, '_blank') | 172 | window.open(routeData.href, '_blank') |
| 173 | }} | 173 | }} |
| 174 | style={{ marginLeft: '12px' }} | 174 | style={{ marginLeft: '12px' }} |
| 175 | - >立即使用</a-button> | 175 | + >立即查看</a-button> |
| 176 | </div> | 176 | </div> |
| 177 | : <a-spin tip="复制中" /> | 177 | : <a-spin tip="复制中" /> |
| 178 | } | 178 | } |