| | |
| | | :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
| | | @change="handleTableChange"> |
| | | |
| | | <!-- 字符串超长截取省略号显示--> |
| | | <span slot="description" slot-scope="text"> |
| | | <j-ellipsis :value="text" :length="25" /> |
| | | </span> |
| | | |
| | | <template slot="htmlSlot" slot-scope="text"> |
| | | <div v-html="text"></div> |
| | | </template> |
| | |
| | | </a-table> |
| | | </div> |
| | | |
| | | <AssignFileStreamHandle ref="modalFormApproval" :selectShenpiData="selectShenpiData"></AssignFileStreamHandle> |
| | | <AssignFileStreamHandle ref="modalFormApproval" :selectShenpiData="selectShenpiData" @searchReset="searchReset"></AssignFileStreamHandle> |
| | | <DispatchFileHandle ref="modalFormDispatchFileXq" :selectShenpiData="selectDispatchFileXqData" @searchReset="searchReset"></DispatchFileHandle> |
| | | <DispatchFileBachHandleStyle ref="modalFormDispatchFileBatch" @searchReset="searchReset" @ok="modalFormOk"></DispatchFileBachHandleStyle> |
| | | <InspectionOrderHandle ref="modalFormInspectionOrder" :selectShenpiData="selectInspectionOrderData" @searchReset="searchReset"></InspectionOrderHandle> |
| | |
| | | title: '序号', |
| | | dataIndex: '', |
| | | key:'rowIndex', |
| | | width:200, |
| | | width:100, |
| | | align:"center", |
| | | customRender:function (t,r,index) { |
| | | return parseInt(index)+1; |
| | |
| | | width: 200, |
| | | }, |
| | | { |
| | | title: '流程业务简要描述', |
| | | align: "center", |
| | | dataIndex: 'title', |
| | | width:300 |
| | | title:'流程业务简要描述', |
| | | align:"center", |
| | | dataIndex: 'description', |
| | | width:300, |
| | | scopedSlots: {customRender: 'description'}, |
| | | }, |
| | | { |
| | | title: '上一步处理人', |
| | | align: "center", |
| | | dataIndex: 'preNodeAssignee_dictText', |
| | | width:200 |
| | | width:100 |
| | | }, |
| | | { |
| | | title: '前驱节点', |