[#if orderList?? && orderList.datas?? && orderList.datas?size>0]
序号 | 工单标题 | [#if type == 2]${Constants.UNIT_CONSTANTS} | [/#if]创建人 | 创建时间 | 完成时间 | [#if type == 3]取消人 | 取消时间 | 取消原因 | [/#if] [#if type == 6]挂起人 | 挂起时间 | 挂起原因 | [/#if]详情 |
${orderList.rowNum+order_index+1} | ${order.NAME} | [#if type == 2]${order.SUB_CUSTOMER_NAME} | [/#if]${order.CREATE_USER_NAME} | ${DateUtil.format("yyyy-MM-dd HH:mm:ss",order.CREATE_TIME)} | ${DateUtil.format("yyyy-MM-dd HH:mm:ss",order.ENDTIME)} | [#if type == 3]${order.CURRENT_DEALER_NAME} | ${DateUtil.format("yyyy-MM-dd HH:mm:ss",order.ENDTIME)} | ${order.RESOLVE_TYPE_NAME} | [/#if] [#if type == 6]${order.HANG_UP_USERNAME} | ${DateUtil.format("yyyy-MM-dd HH:mm:ss",order.HANG_UP_TIME)} | ${order.HANG_UP_REASON} | [/#if]详情 |