+
-
{{ info.enterpriseName }}
-
+
+ 下载报告
{{ info.legalPersonName }}
-
+
-
-
- 行政许可
- 行政处罚
- 良好信息
- 失信信息
-
-
-
- {}"/>
-
-
{}"/>
- {}"/>
-
-
失信被执行人信息
-
{}"/>
- 公共事业欠缴费信息
- {}"/>
-
-
-
+
+
+
+ {{ info[des.prop] }}
+
+
+
+
+ 截止{{ $moment().format('YYYY-MM-DD') }},尚未公开信息
+
+
+
@@ -141,12 +139,14 @@ export default {
}
}
- .top {
+ .topPanel {
display: flex;
margin-bottom: 20px;
padding: 34px 30px 16px;
border: 1px solid #EEEEEE;
border-radius: 4px;
+ background: #fff;
+ box-shadow: 0 4px 6px -2px rgba(15, 15, 21, 0.15);
.top-left {
margin-right: 16px;
@@ -159,44 +159,6 @@ export default {
height: fit-content;
}
- .top-right {
- flex: 1;
-
- .top-right__top {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 16px;
-
- h2 {
- color: #333333;
- font-size: 22px;
- }
-
- .right {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 97px;
- height: 32px;
- background: #E8F4FF;
- border: 1px solid #A3D3FF;
- border-radius: 3px;
- color: #1890FF;
- font-size: 13px;
- cursor: pointer;
-
- &:hover {
- opacity: 0.6;
- }
- }
- }
-
- .top-right__bottom {
- padding: 16px 10px 10px 0;
- background: #F6FBFF;
- }
- }
}
::v-deep.el-tabs {