|
@@ -13,6 +13,7 @@ import RecommendCustomersList from '@/views/article-content/components/Recommend
|
|
import { throttle } from 'lodash'
|
|
import { throttle } from 'lodash'
|
|
import ContentSummary from '@/views/article-content/components/ContentSummary.vue'
|
|
import ContentSummary from '@/views/article-content/components/ContentSummary.vue'
|
|
import RecommendEnt from '@/views/article-content/components/RecommendEnt.vue'
|
|
import RecommendEnt from '@/views/article-content/components/RecommendEnt.vue'
|
|
|
|
+import QuickMonitor from '@/composables/quick-monitor/component/QuickMonitor.vue'
|
|
import {
|
|
import {
|
|
useContentStore,
|
|
useContentStore,
|
|
ContentModel
|
|
ContentModel
|
|
@@ -27,19 +28,19 @@ const contentTabs = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: '公告正文'
|
|
label: '公告正文'
|
|
- },
|
|
|
|
- {
|
|
|
|
- label: '招标/采购进度'
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- label: '投标服务'
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- label: '商机推荐'
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- label: '客户推荐'
|
|
|
|
}
|
|
}
|
|
|
|
+ // {
|
|
|
|
+ // label: '招标/采购进度'
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // label: '投标服务'
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // label: '商机推荐'
|
|
|
|
+ // }
|
|
|
|
+ // {
|
|
|
|
+ // label: '客户推荐'
|
|
|
|
+ // }
|
|
]
|
|
]
|
|
|
|
|
|
function scrollToTop(element, diff = 0) {
|
|
function scrollToTop(element, diff = 0) {
|
|
@@ -295,7 +296,18 @@ const contentId = useRoute().params.id.replace('.html', '')
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="content-card watch-tab-content" name="招标/采购进度">
|
|
<div class="content-card watch-tab-content" name="招标/采购进度">
|
|
- <div class="content-block-header">招标/采购进度</div>
|
|
|
|
|
|
+ <div class="flex flex-(row items-center justify-between)">
|
|
|
|
+ <div class="content-block-header">招标/采购进度</div>
|
|
|
|
+ <div>
|
|
|
|
+ <quick-monitor
|
|
|
|
+ class="action-item"
|
|
|
|
+ :cache="true"
|
|
|
|
+ :auto="false"
|
|
|
|
+ type="project"
|
|
|
|
+ :params="contentId"
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<TimeLine :stepList="timeLineList" />
|
|
<TimeLine :stepList="timeLineList" />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -729,6 +741,7 @@ const contentId = useRoute().params.id.replace('.html', '')
|
|
|
|
|
|
.content-tab-label {
|
|
.content-tab-label {
|
|
flex: 1;
|
|
flex: 1;
|
|
|
|
+ max-width: 200px;
|
|
height: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|