@ -172,7 +172,7 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['pro:process:edit']"
v-hasPermi="['mes:pro:process:edit']"
>修改</el-button
>
<el-button
@ -180,7 +180,7 @@
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['pro:process:remove']"
v-hasPermi="['mes:pro:process:remove']"
>删除</el-button
</template>