diff --git a/src/components/common/operate-drawer.vue b/src/components/common/operate-drawer.vue
index 6bbae7b..07914c5 100644
--- a/src/components/common/operate-drawer.vue
+++ b/src/components/common/operate-drawer.vue
@@ -3,7 +3,7 @@ import { computed, nextTick, onUnmounted, reactive, ref, watch } from 'vue';
import { useAppStore } from '@/store/modules/app';
defineOptions({
- name: 'NamespaceOperateDrawer'
+ name: 'OperateDrawer'
});
interface Props {
diff --git a/src/components/common/search-form.vue b/src/components/common/search-form.vue
new file mode 100644
index 0000000..ac5395f
--- /dev/null
+++ b/src/components/common/search-form.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.reset') }}
+
+
+
+
+
+ {{ $t('common.search') }}
+
+
+
+
+
+
+
+
+
diff --git a/src/typings/api.d.ts b/src/typings/api.d.ts
index 9ea9704..92f383b 100644
--- a/src/typings/api.d.ts
+++ b/src/typings/api.d.ts
@@ -483,6 +483,8 @@ declare namespace Api {
groupName: string;
/** 业务ID */
businessId: string;
+ /** 业务名称 */
+ businessName?: string;
/** 状态 */
notifyStatus: string;
/** 通知类型 */
@@ -514,12 +516,7 @@ declare namespace Api {
>;
/** notify-config list */
- type NotifyConfigList = Common.PaginatingQueryRecord<
- {
- /** 业务名称 */
- businessName: string;
- } & NotifyConfig
- >;
+ type NotifyConfigList = Common.PaginatingQueryRecord;
}
/**
diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts
index c4e950e..6b635d1 100644
--- a/src/typings/components.d.ts
+++ b/src/typings/components.d.ts
@@ -89,6 +89,8 @@ declare module 'vue' {
ReloadButton: typeof import('./../components/common/reload-button.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
+ Search: typeof import('../components/common/search-form.vue')['default']
+ SearchForm: typeof import('./../components/common/search-form.vue')['default']
SoybeanAvatar: typeof import('./../components/custom/soybean-avatar.vue')['default']
SvgIcon: typeof import('./../components/custom/svg-icon.vue')['default']
SystemLogo: typeof import('./../components/common/system-logo.vue')['default']
diff --git a/src/views/group-config/index.vue b/src/views/group-config/index.vue
index 7781965..6494fe3 100644
--- a/src/views/group-config/index.vue
+++ b/src/views/group-config/index.vue
@@ -149,7 +149,13 @@ function edit(id: string) {
-
+
-
+
diff --git a/src/views/group-config/modules/groupConfig-operate-drawer.vue b/src/views/group-config/modules/groupConfig-operate-drawer.vue
index e03e1d2..f816d26 100644
--- a/src/views/group-config/modules/groupConfig-operate-drawer.vue
+++ b/src/views/group-config/modules/groupConfig-operate-drawer.vue
@@ -85,21 +85,13 @@ watch(visible, () => {
-
-
-
-
-
-
-
-
-
- {{ $t('common.cancel') }}
- {{ $t('common.confirm') }}
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/views/group-config/modules/groupConfig-search.vue b/src/views/group-config/modules/groupConfig-search.vue
index 044f648..ac11060 100644
--- a/src/views/group-config/modules/groupConfig-search.vue
+++ b/src/views/group-config/modules/groupConfig-search.vue
@@ -1,6 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common.reset') }}
-
-
-
-
-
- {{ $t('common.search') }}
-
-
-
-
-
-
+
+
+
+
+
-
+
diff --git a/src/views/namepase/modules/namespace-search.vue b/src/views/namepase/modules/namespace-search.vue
index 65b6075..7d706a9 100644
--- a/src/views/namepase/modules/namespace-search.vue
+++ b/src/views/namepase/modules/namespace-search.vue
@@ -1,8 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common.reset') }}
-
-
-
-
-
- {{ $t('common.search') }}
-
-
-
-
-
-
+
+
+
+
+
diff --git a/src/views/notify/recipient/modules/notify-recipient-search.vue b/src/views/notify/recipient/modules/notify-recipient-search.vue
index e20f2ef..2b5d3cd 100644
--- a/src/views/notify/recipient/modules/notify-recipient-search.vue
+++ b/src/views/notify/recipient/modules/notify-recipient-search.vue
@@ -1,8 +1,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common.reset') }}
-
-
-
-
-
- {{ $t('common.search') }}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/views/notify/scene/modules/notify-config-search.vue b/src/views/notify/scene/modules/notify-config-search.vue
index a757ba7..0a7a78f 100644
--- a/src/views/notify/scene/modules/notify-config-search.vue
+++ b/src/views/notify/scene/modules/notify-config-search.vue
@@ -1,8 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common.reset') }}
-
-
-
-
-
- {{ $t('common.search') }}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/pods/index.vue b/src/views/pods/index.vue
index 3d0265e..174a4c8 100644
--- a/src/views/pods/index.vue
+++ b/src/views/pods/index.vue
@@ -121,7 +121,7 @@ const { checkedRowKeys } = useTableOperate(data, getData);
:title="$t('page.pods.title')"
:bordered="false"
size="small"
- header-style="font-weight: 800;"
+ header-class="view-card-header"
class="sm:flex-1-hidden card-wrapper"
>
@@ -150,8 +150,4 @@ const { checkedRowKeys } = useTableOperate(data, getData);
-
+
diff --git a/src/views/pods/modules/pods-search.vue b/src/views/pods/modules/pods-search.vue
index 0c656bb..5ed7aa7 100644
--- a/src/views/pods/modules/pods-search.vue
+++ b/src/views/pods/modules/pods-search.vue
@@ -1,8 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common.reset') }}
-
-
-
-
-
- {{ $t('common.search') }}
-
-
-
-
-
-
+
+
+
+
+