| | |
| | | class="j-table-force-nowrap" |
| | | @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> |
| | |
| | | { |
| | | title:'流程业务简要描述', |
| | | align:"center", |
| | | dataIndex: 'title' |
| | | dataIndex: 'description', |
| | | width: '30%', |
| | | scopedSlots: {customRender: 'description'}, |
| | | }, |
| | | { |
| | | title:'申请人', |
| | |
| | | }, |
| | | handDrDetial(item) { |
| | | this.selectShenpiData = item |
| | | this.selectShenpiData.assignee_dictText=item.todoUsers_dictText |
| | | this.selectShenpiData.createTime=item.startTime |
| | | this.selectShenpiData.procInstId=item.processInstanceId |
| | | this.$refs.modalFormApproval.clearTableSource() |
| | | this.$refs.modalFormApproval.getAllApproveData(item) |
| | | }, |