maintenance-record.php 618 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'title' => '资产故障',
  5. 'description' => '报告故障的设备、配件等',
  6. 'records' => '物资故障',
  7. 'Status Waiting' => '等待处理',
  8. 'Status Done' => '完成',
  9. 'Status Cancelled' => '取消',
  10. 'Update' => '处理故障',
  11. ],
  12. 'fields' => [
  13. 'asset_number' => '资产编号',
  14. 'ng_description' => '故障说明',
  15. 'ok_description' => '维修说明',
  16. 'ng_time' => '故障时间',
  17. 'ok_time' => '维修时间',
  18. 'status' => '状态',
  19. ],
  20. 'options' => [
  21. ],
  22. ];