Browse Source

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 1 day ago
parent
commit
cd02ebff5a

+ 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,