Commit 4a58703c2a0931a69f61fe018aa5cbf2a78c1e41
1 parent
8efee6b5
feat: 改进分期账单的显示
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/Instalment/components/title/titletest.tsx
@@ -7,7 +7,7 @@ import { orderExport } from '@/services/order'; | @@ -7,7 +7,7 @@ import { orderExport } from '@/services/order'; | ||
7 | import { VerticalAlignTopOutlined } from '@ant-design/icons'; | 7 | import { VerticalAlignTopOutlined } from '@ant-design/icons'; |
8 | import type { ProColumns } from '@ant-design/pro-components'; | 8 | import type { ProColumns } from '@ant-design/pro-components'; |
9 | import { EditableProTable } from '@ant-design/pro-components'; | 9 | import { EditableProTable } from '@ant-design/pro-components'; |
10 | -import { Badge, Button, Tag, message } from 'antd'; | 10 | +import { Button, Tag, message } from 'antd'; |
11 | import { useRef } from 'react'; | 11 | import { useRef } from 'react'; |
12 | import CheckModal from '../checkModal/checkModal'; | 12 | import CheckModal from '../checkModal/checkModal'; |
13 | import Comfire from '../comfire/comfire'; | 13 | import Comfire from '../comfire/comfire'; |
@@ -215,7 +215,7 @@ export default () => { | @@ -215,7 +215,7 @@ export default () => { | ||
215 | return ( | 215 | return ( |
216 | <> | 216 | <> |
217 | {paddedText} | 217 | {paddedText} |
218 | - {record?.orderStagesDeviceVoList?.length > 1 && ( | 218 | + {/* {record?.orderStagesDeviceVoList?.length > 1 && ( |
219 | <> | 219 | <> |
220 | <Badge | 220 | <Badge |
221 | count={record?.orderStagesDeviceVoList?.length} | 221 | count={record?.orderStagesDeviceVoList?.length} |
@@ -227,7 +227,7 @@ export default () => { | @@ -227,7 +227,7 @@ export default () => { | ||
227 | }} | 227 | }} |
228 | /> | 228 | /> |
229 | </> | 229 | </> |
230 | - )} | 230 | + )} */} |
231 | </> | 231 | </> |
232 | ); | 232 | ); |
233 | } | 233 | } |