去掉搜索区 查询:,搜索按钮改文字查询
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
@sort-change="sortChange"
|
||||
>
|
||||
<template #search>
|
||||
<div v-if="isSearch" style="margin-bottom:6px">查询:</div>
|
||||
<!-- <div v-if="isSearch" style="margin-bottom:6px">查询:</div> -->
|
||||
</template>
|
||||
<!-- 自定义表格头部操作 -->
|
||||
<template #menu-left="{ size }">
|
||||
@@ -263,9 +263,10 @@ const initTable = async () => {
|
||||
indexLabel: '序号',
|
||||
indexWidth: 54,
|
||||
border: reportVo.tableConfig.includes('border'),
|
||||
stripe: reportVo.tableConfig.includes('stripe'),
|
||||
// stripe: reportVo.tableConfig.includes('stripe'),
|
||||
showSummary:false,
|
||||
stripe:true,
|
||||
searchBtnText:'查询',
|
||||
column: {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user