sasp-flow-render 1.0.23 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sasp-flow-render",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "业务应用支撑平台-智慧流程渲染组件",
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build"
@@ -82,7 +82,7 @@
82
82
  <el-table-column label="中止时间" prop="discontinueTime" width="180" align="center"
83
83
  v-if="isShow('discontinue')"></el-table-column>
84
84
  <el-table-column label="当前任务" prop="currentNodeName" width="150" align="center"
85
- v-if="!isShow('draft')" show-overflow-tooltip sortable="custom">
85
+ v-if="!isShow('draft')" show-overflow-tooltip :sortable="tabType == 'pending' ? 'custom' : false">
86
86
  <template slot-scope="scope">
87
87
  {{formatterCurrentNodeName(scope.row)}}
88
88
  <span v-if="scope.row.operateStatus == '0' && scope.row.agentType == '0'">(正常)</span>