cloud-web-corejs 1.0.54-dev.288 → 1.0.54-dev.289

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.288",
4
+ "version": "1.0.54-dev.289",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -72,6 +72,7 @@
72
72
  <div>
73
73
  <b :class="{on:tabIndex=='1'}" @click="tabIndex='1'">{{ $t2('任务情况', 'components.wf.taskInfo') }}</b>
74
74
  <b :class="{on:tabIndex=='2'}" @click="tabIndex='2'" v-if="toTalk">{{ $t2('流程沟通', 'components.wf.wfTalk') }}</b>
75
+ <b :class="{on:tabIndex=='4'}" @click="tabIndex='4'" v-if="showCandidate">{{ $t1('节点候选人') }}</b>
75
76
  <b :class="{on:tabIndex=='3'}" @click="tabIndex='3'" v-if="showAllWfOpinon">{{ $t2('全部任务情况', 'components.wf.allTaskInfo') }}</b>
76
77
  </div>
77
78
  </div>
@@ -220,6 +221,20 @@
220
221
  </div>
221
222
  </div>
222
223
  </div>
224
+ <template v-if="showCandidate">
225
+ <div v-show="tabIndex=='4'">
226
+ <div style="width:800px">
227
+ <vxe-grid
228
+ ref="table-candidate"
229
+ v-bind="candidateOption"
230
+ :data="candidateDatas"
231
+ @resizable-change="$vxeTableUtil.onColumnWitchChange"
232
+ @custom="$vxeTableUtil.customHandle"
233
+ ></vxe-grid>
234
+ </div>
235
+ </div>
236
+ </template>
237
+
223
238
  </div>
224
239
  <!--沟通-->
225
240
  <el-dialog