diff --git a/src/components.d.ts b/src/components.d.ts index ce61cdd..900d321 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -5,26 +5,29 @@ // Read more: https://github.com/vuejs/core/pull/3399 export {} -declare module 'vue' { +declare module "vue" { export interface GlobalComponents { - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - SBarcodeDraw: typeof import('./components/s-barcode-draw/index.vue')['default'] - SCodeView: typeof import('./components/s-code-view/index.vue')['default'] - SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"] - SExternalLinkPage: typeof import('./components/s-external-link-page/index.vue')['default'] - SFoldPage: typeof import('./components/s-fold-page/index.vue')['default'] - SFullPage: typeof import('./components/s-full-page/index.vue')['default'] - SInternalLinkPage: typeof import('./components/s-internal-link-page/index.vue')['default'] - SLangProvider: typeof import('./components/s-lang-provider/index.vue')['default'] - SLayoutTools: typeof import('./components/s-layout-tools/index.vue')['default'] - SMainTransition: typeof import('./components/s-main-transition/index.vue')['default'] - SPinyinPro: typeof import('./components/s-pinyin-pro/index.vue')['default'] - SQrcodeDraw: typeof import('./components/s-qrcode-draw/index.vue')['default'] - SRecorderPcm: typeof import('./components/s-recorder-pcm/index.vue')['default'] - SSelectIcon: typeof import('./components/s-select-icon/index.vue')['default'] - SSvgAndIcon: typeof import('./components/s-svg-and-icon/index.vue')['default'] - SSvgIcon: typeof import('./components/s-svg-icon/index.vue')['default'] - SVerifyCode: typeof import('./components/s-verify-code/index.vue')['default'] + copy: (typeof import("./components/s-layout-search/index copy.vue"))["default"]; + "Index copy": (typeof import("./components/s-layout-search/index copy.vue"))["default"]; + RouterLink: (typeof import("vue-router"))["RouterLink"]; + RouterView: (typeof import("vue-router"))["RouterView"]; + SBarcodeDraw: (typeof import("./components/s-barcode-draw/index.vue"))["default"]; + SCodeView: (typeof import("./components/s-code-view/index.vue"))["default"]; + SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"]; + SExternalLinkPage: (typeof import("./components/s-external-link-page/index.vue"))["default"]; + SFoldPage: (typeof import("./components/s-fold-page/index.vue"))["default"]; + SFullPage: (typeof import("./components/s-full-page/index.vue"))["default"]; + SInternalLinkPage: (typeof import("./components/s-internal-link-page/index.vue"))["default"]; + SLangProvider: (typeof import("./components/s-lang-provider/index.vue"))["default"]; + SLayoutSearch: (typeof import("./components/s-layout-search/index.vue"))["default"]; + SLayoutTools: (typeof import("./components/s-layout-tools/index.vue"))["default"]; + SMainTransition: (typeof import("./components/s-main-transition/index.vue"))["default"]; + SPinyinPro: (typeof import("./components/s-pinyin-pro/index.vue"))["default"]; + SQrcodeDraw: (typeof import("./components/s-qrcode-draw/index.vue"))["default"]; + SRecorderPcm: (typeof import("./components/s-recorder-pcm/index.vue"))["default"]; + SSelectIcon: (typeof import("./components/s-select-icon/index.vue"))["default"]; + SSvgAndIcon: (typeof import("./components/s-svg-and-icon/index.vue"))["default"]; + SSvgIcon: (typeof import("./components/s-svg-icon/index.vue"))["default"]; + SVerifyCode: (typeof import("./components/s-verify-code/index.vue"))["default"]; } } diff --git a/src/components/s-layout-search/index copy.vue b/src/components/s-layout-search/index copy.vue new file mode 100644 index 0000000..491d11d --- /dev/null +++ b/src/components/s-layout-search/index copy.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/src/components/s-layout-search/index.vue b/src/components/s-layout-search/index.vue new file mode 100644 index 0000000..125ba2e --- /dev/null +++ b/src/components/s-layout-search/index.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/src/views/component/common-layouts/head-page.vue b/src/views/component/common-layouts/head-page.vue index 3b71ab9..8de79c0 100644 --- a/src/views/component/common-layouts/head-page.vue +++ b/src/views/component/common-layouts/head-page.vue @@ -31,113 +31,41 @@ - - - -
- 姓名 - -
-
- -
- 手机号 - -
-
- -
- 邮箱 - -
-
- -
- 状态 - -
-
- -
- 类型 - -
-
- -
- 机构 - -
-
- - - - - 查询 - - - - 重置 - - - - 展开 - - - -
- + + + + @@ -145,13 +73,25 @@