工序权限按钮bug修复

master
zhaoxiaolin 1 year ago
parent 4c71ddc074
commit 78689380b9

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

Loading…
Cancel
Save