✨(component): update
This commit is contained in:
parent
f4c7f4a489
commit
5a749bf672
@ -715,10 +715,18 @@ onBeforeUnmount(() => {
|
|||||||
class="layui-table-cell"
|
class="layui-table-cell"
|
||||||
:class="[
|
:class="[
|
||||||
renderFixedClassName(column, columnIndex),
|
renderFixedClassName(column, columnIndex),
|
||||||
column.fixed ? `layui-table-fixed-${column.fixed}` : '',
|
column.fixed
|
||||||
column.type == 'checkbox' ? 'layui-table-cell-checkbox' : '',
|
? `layui-table-fixed-${column.fixed}`
|
||||||
column.type == 'radio' ? 'layui-table-cell-radio' : '',
|
: '',
|
||||||
column.type == 'number' ? 'layui-table-cell-number' : '',
|
column.type == 'checkbox'
|
||||||
|
? 'layui-table-cell-checkbox'
|
||||||
|
: '',
|
||||||
|
column.type == 'radio'
|
||||||
|
? 'layui-table-cell-radio'
|
||||||
|
: '',
|
||||||
|
column.type == 'number'
|
||||||
|
? 'layui-table-cell-number'
|
||||||
|
: '',
|
||||||
]"
|
]"
|
||||||
:style="[
|
:style="[
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user