工序权限按钮bug修复

master
zhaoxiaolin 1 year ago
parent 4c71ddc074
commit 78689380b9

@ -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 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['pro:process:remove']"
v-hasPermi="['mes:pro:process:remove']"
>删除</el-button
>
</template>

Loading…
Cancel
Save