'更新字段'

This commit is contained in:
Fanzink
2022-03-20 09:50:14 +08:00
parent 445ad7f280
commit 453f66b7b3
8 changed files with 35 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: fzq
* @LastEditTime: 2022-03-18 14:03:12
* @LastEditTime: 2022-03-19 10:24:03
* @Description: file content
*/
export default {
@@ -31,6 +31,7 @@ export default {
Tips: 'Tips',
TipsBefore: 'Are you sure you want to delete',
TipsStorageBefore: 'Confirm to add location:',
PleaseAddLocationFirst: 'Please Add Location First!',
Description: 'Description',
Remarks: 'Remarks',
Yes: 'Yes',
@@ -175,7 +176,8 @@ export default {
rowMark: 'Row Mark',
status: 'Status',
man: 'Man',
woman: 'Woman'
woman: 'Woman',
locationNumber: 'Location Number'
},
storageBox: {
name: 'Name',

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: fzq
* @LastEditTime: 2022-03-18 14:56:18
* @LastEditTime: 2022-03-20 09:45:01
* * @Description: file content
*/
export default {
@@ -163,7 +163,8 @@ export default {
sheName: '货架名',
locaNum: '库存数量',
man: '男',
woman: '女'
woman: '女',
locationNumber: '库位编号'
},
storageBox: {
name: '存储箱名称',