ledger.ts 794 Bytes
export default {
  ledgerListText: '台账列表',
  nameCode: '设备编码',
  brandText: '设备编码',
  modelNumText: '型号',
  buyDate: '购买时间',
  productDate: '出厂日期',
  registeDate: '登记日期',
  receiveDate: '验收日期',
  priceText: '价格',
  specificationsText: '规格',
  manufacturerText: '生产厂家',
  description: '备注',
  createLedgerText: '创建台账',
  editLedgerText: '编辑台账',
  importLedgerText: '导入台账',
  deviceName: '设备名称',
  deviceCode: '设备编码',
  deviceType: '设备类型',
  status: '状态',
  operationSuccessText: '操作成功',
  editProductText: '编辑台账',
  updateOrganization: '修改组织',
  batchActionText: '批量操作',
  FAULT: '故障',
  NORMAL: '正常',
  SCRAP: '报废',
}