代码更新

This commit is contained in:
2022-11-21 16:30:27 +08:00
parent ba3d7a4f99
commit 83f43e1018
3 changed files with 13 additions and 7 deletions

View File

@@ -158,13 +158,14 @@
<el-table-column
v-permission="['admin','checkoutbill:del','checkoutbill:edit']"
label="操作"
width="200"
width="250"
align="center"
fixed="right"
>
<template slot-scope="scope">
<udOperation
:data="scope.row"
style="display: inline"
:permission="permission"
:disabled-edit="canUd(scope.row)"
:disabled-dle="canUd(scope.row)"
@@ -178,7 +179,7 @@
</el-button>
<el-button
type="text"
icon="el-icon-upload"
icon="el-icon-printer"
@click="print(scope.row)"
>
打印