二次调研功能开发
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
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:
@@ -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() ? (
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user