refactor(property-marketing): 优化品牌物料列表展示
-调整操作列宽度,确保内容显示完整 - 移除冗余注释,提高代码可读性
This commit is contained in:
@ -83,7 +83,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</a-table-column>
|
</a-table-column>
|
||||||
<a-table-column title="Slogan" data-index="slogan" />
|
<a-table-column title="Slogan" data-index="slogan" />
|
||||||
<a-table-column title="操作" data-index="optional">
|
<a-table-column width="150" min-widht="150" title="操作" data-index="optional">
|
||||||
<template #cell="{ record }">
|
<template #cell="{ record }">
|
||||||
<a-space size="medium">
|
<a-space size="medium">
|
||||||
<a-space>
|
<a-space>
|
||||||
@ -174,7 +174,6 @@ onMounted(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const handleSearch = () => {
|
const handleSearch = () => {
|
||||||
//将query 和pageInfo 合并成query
|
|
||||||
query.page = pageInfo.page;
|
query.page = pageInfo.page;
|
||||||
query.page_size = pageInfo.pageSize;
|
query.page_size = pageInfo.pageSize;
|
||||||
getMaterialsList(query).then((response) => {
|
getMaterialsList(query).then((response) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user