diff --git a/web/client/assets/images/problem/icon_POMS.png b/web/client/assets/images/problem/icon_POMS.png new file mode 100644 index 0000000..6126a19 Binary files /dev/null and b/web/client/assets/images/problem/icon_POMS.png differ diff --git a/web/client/src/sections/problem/components/tableData.jsx b/web/client/src/sections/problem/components/tableData.jsx index 2614775..24d811e 100644 --- a/web/client/src/sections/problem/components/tableData.jsx +++ b/web/client/src/sections/problem/components/tableData.jsx @@ -76,7 +76,7 @@ const TableData = ({ route, dispatch, actions, collectData, setSetup, exhibition let tableDatas = res.payload.data?.rows?.map(v => ({ key: v.AlarmId, StructureName: v.StructureName, - projectName: v.pomsProject?.map(r => (r.name ? { name: r.name, state: '自定义' } : { + projectName: v.pomsProject?.map(r => (r.name ? { name: r.name, state: 'PMOS' } : { name: r.pepProject?.projectName, state: r.pepProject?.constructionStatus }))?.filter(c => c), createTime: v.StartTime ? moment(v.StartTime).format("YYYY-MM-DD HH:mm:ss") : "", @@ -263,7 +263,7 @@ const TableData = ({ route, dispatch, actions, collectData, setSetup, exhibition