From d69391dfe6333aadf858d5b9b52b5f3007ba16e4 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期日, 29 九月 2024 16:46:39 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/action/Action.jsx | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/zy-acs-flow/src/page/action/Action.jsx b/zy-acs-flow/src/page/action/Action.jsx index 50f36e1..40d7da5 100644 --- a/zy-acs-flow/src/page/action/Action.jsx +++ b/zy-acs-flow/src/page/action/Action.jsx @@ -40,8 +40,14 @@ > {data.priority} </Avatar> - <Typography color="text.secondary" variant="body2"> + <Typography color="textPrimary" variant="body2"> {data.actionType$} + </Typography> + <Typography + variant="body2" + color="textSecondary" + > + ({data.actionSts$ || '-'}) </Typography> <Box flex={1}></Box> <Typography @@ -68,13 +74,6 @@ variant="body2" color="textSecondary" > - code: {data.code || '-'} - </Typography> - <Divider orientation="vertical" flexItem sx={{ marginX: 1 }} /> - <Typography - variant="body2" - color="textSecondary" - > task: {data.taskId$ || '-'} </Typography> <Divider orientation="vertical" flexItem sx={{ marginX: 1 }} /> @@ -82,7 +81,7 @@ variant="body2" color="textSecondary" > - status: {data.actionSts$ || '-'} + code: {data.code || '-'} </Typography> <Divider orientation="vertical" flexItem sx={{ marginX: 1 }} /> <Typography -- Gitblit v1.9.1