| | |
| | | <el-button size="mini" :disabled="!isIfReport(scope.row)" type="primary" v-if="scope.row.orderNum == '01'" |
| | | @click="addReported(scope.row.id)">上报</el-button> |
| | | <el-button size="mini" type="text" @click="openUpDia(scope.row)" |
| | | v-if="scope.row.orderNum=='02'">分配</el-button> |
| | | v-if="scope.row.orderNum=='02'&&scope.row.children==undefined&&scope.row.testState==null">分配</el-button> |
| | | <el-button size="mini" type="text" @click="openUpInsDia(scope.row)" |
| | | v-if="scope.row.orderNum=='02'">检验</el-button> |
| | | v-if="scope.row.orderNum=='02'&&scope.row.children==undefined&&scope.row.testState==null">检验</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |