Bläddra i källkod

提交

groupmealweb
gwbvipvip 10 månader sedan
förälder
incheckning
26d69ec113
3 ändrade filer med 9 tillägg och 1 borttagningar
  1. +3
    -1
      src/pages/push/batchingpush/index.jsx
  2. +3
    -0
      src/pages/push/goodspush/index.jsx
  3. +3
    -0
      src/pages/push/technologypush/index.jsx

+ 3
- 1
src/pages/push/batchingpush/index.jsx Visa fil

@@ -272,7 +272,9 @@ const HandleOk= async(values)=>{
<ProDescriptions.Item label="topic" copyable valueType="text">
{currentRow?.topic}
</ProDescriptions.Item>
<ProDescriptions.Item label="下发状态" valueType="text">
{currentRow?.description}
</ProDescriptions.Item>
<ProDescriptions.Item contentStyle={{ maxWidth: '85%'}} label="下发数据">
<a
onClick={() => {


+ 3
- 0
src/pages/push/goodspush/index.jsx Visa fil

@@ -271,6 +271,9 @@ const HandleOk= async(values)=>{
<ProDescriptions.Item label="topic" copyable valueType="text">
{currentRow?.topic}
</ProDescriptions.Item>
<ProDescriptions.Item label="下发状态" valueType="text">
{currentRow?.description}
</ProDescriptions.Item>
<ProDescriptions.Item contentStyle={{ maxWidth: '85%'}} label="下发数据">
<a
onClick={() => {


+ 3
- 0
src/pages/push/technologypush/index.jsx Visa fil

@@ -271,6 +271,9 @@ const HandleOk= async(values)=>{
<ProDescriptions.Item label="topic" copyable valueType="text">
{currentRow?.topic}
</ProDescriptions.Item>
<ProDescriptions.Item label="下发状态" valueType="text">
{currentRow?.description}
</ProDescriptions.Item>
<ProDescriptions.Item contentStyle={{ maxWidth: '85%'}} label="下发数据">
<a
onClick={() => {


Laddar…
Avbryt
Spara