maven
9 小时以前 7ffa19f1fe3b37519e83ed1f86715154b13c00f3
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"