[update] 去掉企标流程中的仅查看
This commit is contained in:
+1
-7
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user