|
|
@@ -101,7 +101,7 @@ const gridOptions = reactive<VxeGridProps<TagModel>>({
|
|
|
{ field: 'createBy', title: '创建者' },
|
|
|
{ field: 'status', title: '启用状态', align: 'center', minWidth: 90, slots: { default: 'cell-status' }, },
|
|
|
{ field: 'category', title: '标签分类' },
|
|
|
- { title: '操作', align: 'center', width: 120, slots: { default: 'cell-operation' }, },
|
|
|
+ { title: '操作', align: 'center', width: 120, showOverflow: false, slots: { default: 'cell-operation' }, },
|
|
|
],
|
|
|
data: [],
|
|
|
});
|