[update] 去掉企标流程中的仅查看

This commit is contained in:
lideqin
2023-12-08 18:59:17 +08:00
parent 57a9ab4592
commit c4e25d1329
9 changed files with 21 additions and 75 deletions
@@ -91,7 +91,7 @@
</div>
<!-- 操作按钮 -->
<div class="detail-page-bottom-operate-box" v-if="!onlyLook">
<div class="detail-page-bottom-operate-box">
<!-- 发起节点 -->
<template v-if="currentNode === 1">
<!-- 保存 -->
@@ -230,11 +230,6 @@ export default {
} else {
this.currentNodeName = '标准化工程师发起'
}
// 如果是查看进入的,不可编辑,不可操作
if (this.$route.query.onlyLook) {
this.onlyLook = this.$route.query.onlyLook
this.disabled = this.$route.query.onlyLook
}
},
data () {
return {
@@ -259,7 +254,6 @@ export default {
sm: { span: 22 }
},
disabled: false,
onlyLook: false,
validatorRules: {
// 流程名称
prcName: {