| | |
| | | <!-- 默认操作按钮 --> |
| | | <el-button v-if="operations.includes('edit')" link type="primary" size="small" |
| | | @click="handleEdit(scope.row)">编辑</el-button> |
| | | <el-button v-if="operations.includes('scheduling') && scope.row.status != 3" link type="primary" size="small" |
| | | @click="handleEdit(scope.row)">排产</el-button> |
| | | <el-button v-if="operations.includes('work') && scope.row.status != 3" link type="primary" size="small" |
| | | @click="handleEdit(scope.row)">报工</el-button> |
| | | <el-button v-if="operations.includes('viewRow')" link type="primary" size="small" |
| | | @click="handleView(scope.row)">查看</el-button> |
| | | <el-button v-if="operations.includes('viewFile')" link type="primary" size="small" |