Browse Source

🚀 消息推送模块

master
wangxiang 2 years ago
parent
commit
9336e99499
  1. 2
      src/views/common/push/pushThirdParty/ThirdPartyModal.vue
  2. 4
      src/views/common/push/pushThirdParty/index.vue

2
src/views/common/push/pushThirdParty/ThirdPartyModal.vue vendored

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
PushThirdPartyModal<template>
<template>
<BasicModal v-bind="$attrs"
width="720px"
@register="registerModal"

4
src/views/common/push/pushThirdParty/index.vue vendored

@ -4,9 +4,9 @@ @@ -4,9 +4,9 @@
@selection-change="handleSelectionChange"
>
<template #toolbar>
<a-button type="primary"
<!--<a-button type="primary"
@click="handleAdd()"
>新增第三方</a-button>
>新增第三方</a-button>-->
<a-button type="primary"
:disabled="state.single"
@click="handleEdit()"

Loading…
Cancel
Save