@@ -477,7 +477,7 @@
查看
</el-button>
<el-button
- v-if="(currentNode.nodeCode === 'SPOT_RECONNAISSANCE_DETERMINE_PRICE' || (currentNode.nodeCode !== 'QUOTATION_FEEDBACK')) && !disabledStatus"
+ v-if="(currentNode.nodeCode === 'SPOT_RECONNAISSANCE_DETERMINE_PRICE' || (currentNode.nodeCode !== 'QUOTATION_FEEDBACK')) && !disabledStatus && assetsForm.principalId === $store.getters.userInfo.id"
type="text" size="small" @click="getAssetsTargetDetail(scope.row.id), changeStatus('edit')">
编辑