maven
2025-08-27 351e2c4fd56d116061beff3cc335101b9a512f50
src/components/Table/ETable.vue
@@ -53,6 +53,10 @@
          <!-- 默认操作按钮 -->
          <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"