@lambo-design/workflow-approve 1.0.0-beta.82 → 1.0.0-beta.84

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": "@lambo-design/workflow-approve",
3
- "version": "1.0.0-beta.82",
3
+ "version": "1.0.0-beta.84",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -13,7 +13,7 @@
13
13
  "axios": "^0.24.0",
14
14
  "axios-cache-plugin": "^0.1.0",
15
15
  "@lambo-design/core": "^4.7.1-beta.167",
16
- "@lambo-design/shared": "^1.0.0-beta.283"
16
+ "@lambo-design/shared": "^1.0.0-beta.285"
17
17
  },
18
18
  "dependencies": {
19
19
  "bpmn-js": "^7.3.1",
@@ -210,6 +210,7 @@ export default {
210
210
  },
211
211
  clearData(){
212
212
  this.idSelectedArr = []
213
+ this.useTransferRangeUsers = false
213
214
  //清除表格数据
214
215
  this.doSearch()
215
216
  },
@@ -175,7 +175,7 @@
175
175
  v-else-if="item.auditResult === '82'">指定他人处理</span>
176
176
  <span style="color: #ed4014; font-size: 13px;"
177
177
  v-else-if="item.auditResult === '83'">会签减签</span>
178
- <span style="color: #19be6b; font-size: 13px;"
178
+ <span style="color: #ed4014; font-size: 13px;"
179
179
  v-else-if="item.auditResult === '90'">{{item.rejectName ? item.rejectName : '驳回'}}指定节点</span>
180
180
  </Col>
181
181
  <Col span="12" style="text-align: right">
@@ -270,7 +270,7 @@
270
270
  v-else-if="item.auditResult === '82'">指定他人处理</span>
271
271
  <span style="color: #ed4014; font-size: 13px;"
272
272
  v-else-if="item.auditResult === '83'">会签减签</span>
273
- <span style="color: #19be6b; font-size: 13px;"
273
+ <span style="color: #ed4014; font-size: 13px;"
274
274
  v-else-if="item.auditResult === '90'">{{item.rejectName ? item.rejectName : '驳回'}}指定节点</span>
275
275
  <span style="color: #ff9900; font-size: 13px;" v-else>{{ '待' + handleName }}</span>
276
276
  </Col>
@@ -724,7 +724,7 @@ export default {
724
724
  getTimelineDotColor(auditResult) {
725
725
  if (this.auditPassStatus.includes(auditResult)) {
726
726
  return '#005aff'; // 蓝色:通过状态
727
- } else if (auditResult === '40' || auditResult === '50') {
727
+ } else if (auditResult === '40' || auditResult === '50' ) {
728
728
  return '#ffcc66'; // 黄色:驳回状态
729
729
  } else if (auditResult === '60' || auditResult === '62' || auditResult === '83') {
730
730
  return '#ed4014'; // 红色:撤回/委派状态
@@ -237,8 +237,16 @@
237
237
  color: #808695;
238
238
  }
239
239
 
240
+ .operating-instructions {
241
+ float: left;
242
+ font-size: 12px;
243
+ text-align: left;
244
+ color: #808695
245
+ }
246
+
240
247
  .notes-div {
241
248
  text-align: right;
249
+ float: right;
242
250
  }
243
251
 
244
252
  .notes-done-task {
@@ -5,6 +5,7 @@
5
5
  <Panel name="0">
6
6
  流程跟踪图
7
7
  <div slot="content">
8
+ <span class="operating-instructions">提示:Ctrl+鼠标滚轮可缩放;按住鼠标左键拖动可平移</span>
8
9
  <div class="notes-div">
9
10
  <span class="notes-done-task">已办节点</span>
10
11
  <span class="notes-todo-task">在办节点</span>