diff --git a/src/api/system/user.ts b/src/api/system/user.ts index 603a0ba..85fa333 100644 --- a/src/api/system/user.ts +++ b/src/api/system/user.ts @@ -184,6 +184,15 @@ export function getTemplateByCode(code:any) { method: 'GET' }); } +/** + * @description: 获取打印地址 + */ +export function getUserDocument(userId:any) { + return http.request({ + url: '/user/document/'+userId, + method: 'GET' + }); +} /** * @description: 城市列表 */ diff --git a/src/components/Form/src/BasicForm.vue b/src/components/Form/src/BasicForm.vue index 292a641..110396f 100644 --- a/src/components/Form/src/BasicForm.vue +++ b/src/components/Form/src/BasicForm.vue @@ -126,6 +126,7 @@ v-if="getProps.showSubmitButton" v-bind="getSubmitBtnOptions" @click="handleSubmit" + icon="Search" :loading="loadingSub" >{{ getProps.submitButtonText }} diff --git a/src/components/pagination/index.vue b/src/components/pagination/index.vue index 90ef093..e60d36a 100644 --- a/src/components/pagination/index.vue +++ b/src/components/pagination/index.vue @@ -24,7 +24,7 @@ interface Props { } const props = withDefaults(defineProps(), { modelValue: () => ({}), - layout: 'total, prev,sizes, pager, next, jumper' + layout: 'total,sizes,prev, pager, next, jumper' }) const emit = defineEmits<{ diff --git a/src/layout/components/Header/NotifierProPlus.vue b/src/layout/components/Header/NotifierProPlus.vue index b1a5774..b8e9876 100644 --- a/src/layout/components/Header/NotifierProPlus.vue +++ b/src/layout/components/Header/NotifierProPlus.vue @@ -12,78 +12,24 @@ - -
    -
  • - + + +
      +
    • -
      约翰.维尔逊回复了你的邮件约翰.维尔逊回复了你的邮件
      -
      2022-01-08 14:33:18
      +
      {{item.title}}
      +
      {{item.createTime}}
    -
    清空通知
    - - -
      -
    • - -
      -
      约翰.维尔逊关注了你
      -
      2022-01-08
      -
      -
    • -
    -
    清空关注
    -
    - -
      -
    • -
      -
      技术部约翰.维尔逊申请离职
      -
      请在24小时之前完成
      -
      -
      即将超时
      -
    • -
    • -
      -
      统计年后人员和物资
      -
      请在2021-08-31号之前完成
      -
      -
      进行中
      -
    • -
    • -
      -
      回访上月全部客户
      -
      请在2021-08-28号之前完成
      -
      -
      未开始
      -
    • -
    -
    清空待办
    -
    +
    + + 清空通知 + + + 查看更多 + +