dashboard.ts 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. export default {
  2. dashboard: 'Dashboard',
  3. about: '关于',
  4. workbench: '工作台',
  5. analysis: '分析页',
  6. corporation: '企业管理',
  7. corporationAccount: '企业账号',
  8. corporationVerify: '企业认证',
  9. bulletin: '信息发布',
  10. bulletinRentInfo: '出租信息',
  11. bulletinSellInfo: '出售信息',
  12. bulletinDecoration: '工地装修',
  13. advertisement: '广告位',
  14. advertisementList: '轮播图',
  15. advertisementPads: '推荐位',
  16. scenes: 'VR场景管理',
  17. scenesDownload: '场景下载',
  18. scenesList: '场景列表',
  19. scenesLive: '直播',
  20. scenesRoom: '房间管理',
  21. devices: '设备管理',
  22. product: '商品管理',
  23. productRef: '商品属性',
  24. productList: '商品列表',
  25. productCategory: '商品分类',
  26. order: '订单管理',
  27. orderList: '订单列表',
  28. orderDetail: '订单详情',
  29. member: '会员管理',
  30. memberList: '会员列表',
  31. staff: '员工管理',
  32. staffList: '员工列表',
  33. staffClean: '清除状态',
  34. feedback: '反馈管理',
  35. feedbackList: '反馈列表',
  36. };