| xqd
@@ -88,11 +88,11 @@
|
|
|
cols: [[
|
|
|
// { field: 'id', title: 'ID', align: 'center' },
|
|
|
{ field: 'order_id', title: '订单ID', align: 'center' },
|
|
|
- { field: 'project_name', title: '在用项目', align: 'center' },
|
|
|
{ field: 'number', title: '固定资产编号', align: 'center' },
|
|
|
{ field: 'device_name_name', title: '内部设备名称', align: 'center' },
|
|
|
{ field: 'spec_name', title: '设备规格型号', align: 'center' },
|
|
|
// { field: 'work_point_name', title: '目前在用工点', align: 'center' },
|
|
|
+ { field: 'project_name', title: '在用项目', align: 'center' },
|
|
|
{ field: 'start_date', title: '调用开始时间', align: 'center' },
|
|
|
{ field: 'end_date', title: '调用结束时间', align: 'center' },
|
|
|
{ field: 'status_label', title: '设备状态', align: 'center' },
|