CN-71 feat:用户,角色,i18n,操作记录列表页面 添加搜索框
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
v-model:custom-table-title="tools.customTableTitle"
|
||||
:api="url"
|
||||
:from="fromRoute.user"
|
||||
:layout="['columnCustomize','elementSet']"
|
||||
:layout="['columnCustomize','elementSet','searchInput']"
|
||||
@search="search"
|
||||
>
|
||||
<template #top-tool-right>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
ref="dataList"
|
||||
:api="url"
|
||||
:tableId="tableId"
|
||||
:layout="['searchInput', 'elementSet']"
|
||||
:layout="['searchInput', 'elementSet','searchInput']"
|
||||
v-model:custom-table-title="tools.customTableTitle"
|
||||
:from="fromRoute.operationLog"
|
||||
@search="search"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
v-model:custom-table-title="tools.customTableTitle"
|
||||
:api="url"
|
||||
:from="fromRoute.roles"
|
||||
:layout="['columnCustomize','elementSet']"
|
||||
:layout="['columnCustomize','elementSet','searchInput']"
|
||||
@search="search"
|
||||
>
|
||||
<template v-slot:top-tool-right>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
v-model:custom-table-title="tools.customTableTitle"
|
||||
:api="url"
|
||||
:from="fromRoute.user"
|
||||
:layout="['columnCustomize','elementSet']"
|
||||
:layout="['columnCustomize','elementSet','searchInput']"
|
||||
@search="search"
|
||||
>
|
||||
<template #top-tool-right>
|
||||
|
||||
Reference in New Issue
Block a user