|
@@ -192,22 +192,22 @@ export default {
|
|
description: '工单detail管理页面',
|
|
description: '工单detail管理页面',
|
|
// 表头
|
|
// 表头
|
|
columns: [
|
|
columns: [
|
|
- {
|
|
|
|
- title: '#',
|
|
|
|
- dataIndex: '',
|
|
|
|
- key:'rowIndex',
|
|
|
|
- width:60,
|
|
|
|
- align:"center",
|
|
|
|
- customRender:function (t,r,index) {
|
|
|
|
- return parseInt(index)+1;
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
// {
|
|
// {
|
|
- // title:'id',
|
|
|
|
|
|
+ // title: '#',
|
|
|
|
+ // dataIndex: '',
|
|
|
|
+ // key:'rowIndex',
|
|
|
|
+ // width:60,
|
|
// align:"center",
|
|
// align:"center",
|
|
- // dataIndex: 'id'
|
|
|
|
|
|
+ // customRender:function (t,r,index) {
|
|
|
|
+ // return parseInt(index)+1;
|
|
|
|
+ // }
|
|
// },
|
|
// },
|
|
{
|
|
{
|
|
|
|
+ title:'工单号',
|
|
|
|
+ align:"center",
|
|
|
|
+ dataIndex: 'woId'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
title:'委托单位',
|
|
title:'委托单位',
|
|
align:"center",
|
|
align:"center",
|
|
dataIndex: 'weituoClient'
|
|
dataIndex: 'weituoClient'
|