@@ -148,7 +148,11 @@
: 'danger'
"
>
- {{ scope.row.nonProductFlag ? '已填写' : '未填写' }}
+ {{
+ scope.row.nonProductFlag || scope.row.processInstanceId === '2'
+ ? '已填写'
+ : '未填写'
+ }}
</el-tag>
</template>
</el-table-column>
@@ -232,7 +232,11 @@