| | |
| | | dataError: "Submit data was error, Please check", |
| | | }, |
| | | field: { |
| | | id: 'ID', |
| | | uuid: 'uuid', |
| | | name: 'name', |
| | | createTime: 'create time', |
| | |
| | | validate: { |
| | | pwdMisMatch: 'The password confirmation is not the same as the password.' |
| | | }, |
| | | settings: { |
| | | base: 'Base', |
| | | security: 'Security', |
| | | }, |
| | | create: { |
| | | title: 'Create' |
| | | }, |
| | |
| | | tenant: 'Tenant', |
| | | role: 'Role', |
| | | userLogin: 'Token', |
| | | base: 'Base', |
| | | warehouse: 'Warehouse', |
| | | dispatcher: 'Dispatcher', |
| | | equipment: 'Equipment', |
| | | zone: 'Zone', |
| | | staSts: 'Station Status', |
| | | }, |
| | | table: { |
| | | field: { |
| | |
| | | user: { |
| | | username: "username", |
| | | password: "password", |
| | | password: "password", |
| | | confirmPwd: "confirm password", |
| | | nickname: "nickname", |
| | | avatar: "avatar", |
| | | code: "code", |
| | |
| | | result: "result", |
| | | userId: "user", |
| | | }, |
| | | zone: { |
| | | uuid: "uuid", |
| | | name: "name", |
| | | area: "area", |
| | | capacity: "capacity", |
| | | }, |
| | | staSts: { |
| | | uuid: "uuid", |
| | | name: "name", |
| | | }, |
| | | } |
| | | } |
| | | }; |