@lambo-design/workflow-approve 1.0.0-beta.82 → 1.0.0-beta.83
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
|
@@ -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: #
|
|
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: #
|
|
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'; // 红色:撤回/委派状态
|