行高不匹配问题,把表格按钮size=""去掉

prod
anthonywj 3 years ago
parent ec24e22be4
commit 640119fb52

@ -55,14 +55,13 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small" :disabled="!configParms.basicInv" :disabled="!configParms.basicInv"
@click.native.stop="handleSubForm( scope.row, 'edit')" @click.native.stop="handleSubForm( scope.row, 'edit')"
>编辑 >编辑
</el-button </el-button
> >
<el-button <el-button
type="text" type="text"
size="small"
:disabled="!configParms.basicInv" :disabled="!configParms.basicInv"
@click.native.stop="handleSubDel(scope.row)" @click.native.stop="handleSubDel(scope.row)"
>删除 >删除
@ -170,13 +169,12 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small"
:disabled="!configParms.basicInv" :disabled="!configParms.basicInv"
@click="intentSubSelect(scope.row)" @click="intentSubSelect(scope.row)"
>关联 >关联
</el-button </el-button
> >
<el-button type="text" size="small" @click.native.stop="unbindSubThrWarehouse(scope.row)" <el-button type="text" @click.native.stop="unbindSubThrWarehouse(scope.row)"
:disabled="scope.row.thirdId=='' ||scope.row.thirdId==null ||!configParms.basicInv" :disabled="scope.row.thirdId=='' ||scope.row.thirdId==null ||!configParms.basicInv"
>解绑 >解绑
</el-button> </el-button>
@ -253,7 +251,7 @@
<el-button <el-button
type="text" type="text"
size="small" :disabled="!configParms.basicInv" :disabled="!configParms.basicInv"
@click.native="rmInvUser(scope.row)"> @click.native="rmInvUser(scope.row)">
移除 移除
</el-button> </el-button>
@ -266,7 +264,7 @@
<!-- </el-button>--> <!-- </el-button>-->
<el-button <el-button
type="text" type="text"
size="small" :disabled="!configParms.basicInv" :disabled="!configParms.basicInv"
@click.native="relBusttype(scope.row)"> @click.native="relBusttype(scope.row)">
管理单据类型 管理单据类型
</el-button> </el-button>
@ -316,7 +314,6 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small"
:disabled="!configParms.basicInv" :disabled="!configParms.basicInv"
@click.native.stop="delWarehouseBussinessType(scope.row.id)" @click.native.stop="delWarehouseBussinessType(scope.row.id)"
>移除 >移除

Loading…
Cancel
Save