Skip to content

Commit ecad571

Browse files
committed
chore: 同步 AIoT 遥测管理改动
1 parent a39733e commit ecad571

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

frontend/apps/admin/app/components/admin/PagedTableCard.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const props = withDefaults(
1818
hasNext?: boolean
1919
hasPrevious?: boolean
2020
keyword: string
21+
showSearch?: boolean
2122
searchPlaceholder?: string
2223
emptyText?: string
2324
/** 是否显示操作列 */
@@ -27,6 +28,7 @@ const props = withDefaults(
2728
}>(),
2829
{
2930
errorMessage: '',
31+
showSearch: true,
3032
searchPlaceholder: '搜索',
3133
emptyText: '暂无数据',
3234
showActions: false,
@@ -84,6 +86,7 @@ function nextPage() {
8486
<div class="mb-4 flex flex-wrap items-center justify-between gap-2">
8587
<div class="flex flex-wrap items-center gap-2">
8688
<UInput
89+
v-if="showSearch"
8790
:model-value="keyword"
8891
:placeholder="searchPlaceholder"
8992
icon="i-lucide-search"

frontend/layers/admin/aiot

Submodule aiot updated from d97709e to 4faaf24

mortise-aiot

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
<artifactId>maven-checkstyle-plugin</artifactId>
695695
<version>${maven-checkstyle-plugin.version}</version>
696696
<configuration>
697-
<configLocation>${session.executionRootDirectory}/config/checkstyle/no-var-checkstyle.xml</configLocation>
697+
<configLocation>${maven.multiModuleProjectDirectory}/config/checkstyle/no-var-checkstyle.xml</configLocation>
698698
<includeTestSourceDirectory>true</includeTestSourceDirectory>
699699
<consoleOutput>true</consoleOutput>
700700
<failsOnError>true</failsOnError>

0 commit comments

Comments
 (0)