Browse Source

提交

groupmealweb
gwbvipvip 10 months ago
parent
commit
26d69ec113
3 changed files with 9 additions and 1 deletions
  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 View File

@@ -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 View File

@@ -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 View File

@@ -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={() => {


Loading…
Cancel
Save