wjx 2 일 전
부모
커밋
2dd702261c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/pages/launchSystemV3/tencenTasset/corpWechat/userRotatePolicy/index.tsx

+ 3 - 2
src/pages/launchSystemV3/tencenTasset/corpWechat/userRotatePolicy/index.tsx

@@ -78,7 +78,7 @@ const UserRotatePolicy: React.FC = () => {
                     width: 90,
                     align: 'center',
                     render(value) {
-                        if (value && value === 0) return value
+                        if (value || value === 0) return value
                         return '--'
                     },
                 },
@@ -172,8 +172,9 @@ const UserRotatePolicy: React.FC = () => {
             dataSource={getUserRotatePolicyList.data?.records}
             size="small"
             loading={getUserRotatePolicyList?.loading}
-            scroll={{ y: 600, x: 1000 }}
+            scroll={{ y: 600, x: 1100 }}
             rowKey={'id'}
+            bordered
             pagination={{
                 total: getUserRotatePolicyList.data?.total,
                 defaultPageSize: 20,