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 | import { VerticalAlignTopOutlined } from '@ant-design/icons'; |
8 | 8 | import type { ProColumns } from '@ant-design/pro-components'; |
9 | 9 | import { EditableProTable } from '@ant-design/pro-components'; |
10 | -import { Badge, Button, Tag, message } from 'antd'; | |
10 | +import { Button, Tag, message } from 'antd'; | |
11 | 11 | import { useRef } from 'react'; |
12 | 12 | import CheckModal from '../checkModal/checkModal'; |
13 | 13 | import Comfire from '../comfire/comfire'; |
... | ... | @@ -215,7 +215,7 @@ export default () => { |
215 | 215 | return ( |
216 | 216 | <> |
217 | 217 | {paddedText} |
218 | - {record?.orderStagesDeviceVoList?.length > 1 && ( | |
218 | + {/* {record?.orderStagesDeviceVoList?.length > 1 && ( | |
219 | 219 | <> |
220 | 220 | <Badge |
221 | 221 | count={record?.orderStagesDeviceVoList?.length} |
... | ... | @@ -227,7 +227,7 @@ export default () => { |
227 | 227 | }} |
228 | 228 | /> |
229 | 229 | </> |
230 | - )} | |
230 | + )} */} | |
231 | 231 | </> |
232 | 232 | ); |
233 | 233 | } | ... | ... |