| | |
| | | align: 'center', |
| | | |
| | | }, |
| | | { |
| | | title: '所属班组', |
| | | dataIndex: 'teamName', |
| | | align: 'center', |
| | | // { |
| | | // title: '所属班组', |
| | | // dataIndex: 'teamName', |
| | | // align: 'center', |
| | | |
| | | }, |
| | | // }, |
| | | { |
| | | title: '实际工时', |
| | | dataIndex: 'actualHour', |
| | |
| | | { |
| | | title: '人员编码', |
| | | align: 'center', |
| | | width: 80, |
| | | width: 200, |
| | | dataIndex: 'userCode' |
| | | }, |
| | | { |
| | | title: '人员名称', |
| | | align: 'center', |
| | | width: 80, |
| | | width: 200, |
| | | dataIndex: 'realName' |
| | | }, |
| | | { |
| | | title: '所属班组', |
| | | align: 'center', |
| | | width: 80, |
| | | dataIndex: 'teamName' |
| | | } |
| | | // { |
| | | // title: '所属班组', |
| | | // align: 'center', |
| | | // width: 80, |
| | | // dataIndex: 'teamName' |
| | | // } |
| | | ], |
| | | selectedRowKeys: [], |
| | | oldSelectRows: [], |
| | |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :span="24/2"> |
| | | <!-- <a-col :span="24/2"> |
| | | <a-form-item |
| | | label="所属班组" |
| | | :labelCol="labelCol" |
| | |
| | | v-decorator="['teamName', validatorRules.teamName]" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-col> --> |
| | | <a-col :span="24/2"> |
| | | <a-form-item label="实时工时" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-input v-decorator="['actualHour', validatorRules.actualHour]" placeholder="请输入实时工时" ></a-input> |