【更新】去掉人员、角色等选择器的默认list分页

pull/124/head
小诺 2023-06-29 13:47:56 +08:00 committed by xiaonuobase
parent bc5783e2b6
commit ad34706ad1
4 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,7 @@
:expand-row-by-click="true" :expand-row-by-click="true"
:loading="pageLoading" :loading="pageLoading"
bordered bordered
:pagination="false"
> >
<template #title> <template #title>
<span>待选择列表 {{ tableRecordNum }} </span> <span>待选择列表 {{ tableRecordNum }} </span>

View File

@ -46,6 +46,7 @@
:expand-row-by-click="true" :expand-row-by-click="true"
:loading="pageLoading" :loading="pageLoading"
bordered bordered
:pagination="false"
> >
<template #title> <template #title>
<span>待选择列表 {{ tableRecordNum }} </span> <span>待选择列表 {{ tableRecordNum }} </span>

View File

@ -46,6 +46,7 @@
:expand-row-by-click="true" :expand-row-by-click="true"
:loading="pageLoading" :loading="pageLoading"
bordered bordered
:pagination="false"
> >
<template #title> <template #title>
<span>待选择列表 {{ tableRecordNum }} </span> <span>待选择列表 {{ tableRecordNum }} </span>

View File

@ -46,6 +46,7 @@
:expand-row-by-click="true" :expand-row-by-click="true"
:loading="pageLoading" :loading="pageLoading"
bordered bordered
:pagination="false"
> >
<template #title> <template #title>
<span>待选择列表 {{ tableRecordNum }} </span> <span>待选择列表 {{ tableRecordNum }} </span>