@@ -99,7 +99,11 @@
</el-button>
<el-button
link
- type="warning"
+ :type="
+ scope.row.nonProductFlag || scope.row.processInstanceId === '2'
+ ? 'success'
+ : 'warning'
+ "
@click="openForm('fill', scope.row.id, 'true')"
v-hasPermi="['pms:iot-rd-daily-report:non-productive']"
v-if="scope.row.auditStatus === 20"
@@ -232,7 +236,7 @@
:min-width="140"
resizable
/>
- <el-table-column
+ <!-- <el-table-column
label="非生产时间填写"
align="center"
prop="nonProductFlag"
@@ -253,7 +257,7 @@
}}
</el-tag>
</template>
- </el-table-column>
+ </el-table-column> -->
<el-table-column
label="非生产时效"