二次调研功能开发
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled

This commit is contained in:
francis-fh
2026-06-09 16:08:39 +08:00
parent 79e67e307f
commit f2da3d6929
11 changed files with 133 additions and 25 deletions

View File

@@ -11,7 +11,6 @@ import {
import {
ArrowLeftOutlined,
CalendarOutlined,
EyeOutlined,
FileTextOutlined,
BankOutlined,
} from '@ant-design/icons';
@@ -140,9 +139,6 @@ const PolicyDetailPage: React.FC = () => {
<BankOutlined /> {detail.sourceUnit}
</Text>
)}
<Text type="secondary">
<EyeOutlined /> {detail.viewNum ?? 0}
</Text>
</div>
{detail.zcContent?.trim() ? (

View File

@@ -11,7 +11,6 @@ import {
} from 'antd';
import {
CalendarOutlined,
EyeOutlined,
FileTextOutlined,
SearchOutlined,
BankOutlined,
@@ -125,9 +124,6 @@ const PolicyListPage: React.FC = () => {
<CalendarOutlined /> {item.publishTime}
</span>
)}
<span>
<EyeOutlined /> {item.viewNum ?? 0}
</span>
</div>
</div>
</List.Item>