Browse Source

feat: 添加设置默认推送类型

master
wangxiang 2 years ago
parent
commit
308f92e8b8
  1. 4
      src/views/common/push/pushConcern/concern.data.ts
  2. 4
      src/views/common/push/pushType/type.data.ts

4
src/views/common/push/pushConcern/concern.data.ts

@ -214,10 +214,6 @@ export const pushTypeColumns = (refreshPushType: Function) => [ @@ -214,10 +214,6 @@ export const pushTypeColumns = (refreshPushType: Function) => [
return h(Tag, { color: color }, () => text);
}
},
{
title: '在线铃声',
dataIndex: 'onlineRingtone'
},
{
title: '创建人',
dataIndex: 'createByName'

4
src/views/common/push/pushType/type.data.ts

@ -57,10 +57,6 @@ export const columns: BasicColumn[] = [ @@ -57,10 +57,6 @@ export const columns: BasicColumn[] = [
return h(Tag, { color: color }, () => text);
}
},
{
title: '在线铃声',
dataIndex: 'onlineRingtone'
},
{
title: '创建人',
dataIndex: 'createByName'

Loading…
Cancel
Save