去掉搜索区 查询:,搜索按钮改文字查询

This commit is contained in:
mll
2026-03-17 11:51:45 +08:00
parent 6625e0c1a3
commit 280ff0837f

View File

@@ -22,7 +22,7 @@
@sort-change="sortChange" @sort-change="sortChange"
> >
<template #search> <template #search>
<div v-if="isSearch" style="margin-bottom:6px">查询</div> <!-- <div v-if="isSearch" style="margin-bottom:6px">查询</div> -->
</template> </template>
<!-- 自定义表格头部操作 --> <!-- 自定义表格头部操作 -->
<template #menu-left="{ size }"> <template #menu-left="{ size }">
@@ -263,9 +263,10 @@ const initTable = async () => {
indexLabel: '序号', indexLabel: '序号',
indexWidth: 54, indexWidth: 54,
border: reportVo.tableConfig.includes('border'), border: reportVo.tableConfig.includes('border'),
stripe: reportVo.tableConfig.includes('stripe'), // stripe: reportVo.tableConfig.includes('stripe'),
showSummary:false, showSummary:false,
stripe:true, stripe:true,
searchBtnText:'查询',
column: {} column: {}
} }