|
|
@@ -6,9 +6,11 @@
|
|
|
|
|
|
<div v-loading="isProcessLoading" class="hc-round-chart mt-14px flex">
|
|
|
<div class="open-btn" @click="toggleShowAll">
|
|
|
- <el-link type="primary">
|
|
|
- <HcIcon :name="isShowAll ? 'arrow-left-s' : 'arrow-right-s'" />
|
|
|
- </el-link>
|
|
|
+ <HcTooltip keys="schedule-data-hide">
|
|
|
+ <el-link type="primary">
|
|
|
+ <HcIcon :name="isShowAll ? 'arrow-left-s' : 'arrow-right-s'" />
|
|
|
+ </el-link>
|
|
|
+ </HcTooltip>
|
|
|
</div>
|
|
|
<el-row :gutter="30" class="flex-1">
|
|
|
<template v-for="(item, index) in filteredProcessList" :key="index">
|
|
|
@@ -252,7 +254,7 @@ const toTableClick = () => {
|
|
|
}
|
|
|
const hideLoad = ref(false)
|
|
|
const hideData = async (item)=>{
|
|
|
- console.log(item, 'item')
|
|
|
+
|
|
|
|
|
|
hideLoad.value = true
|
|
|
const { contractType } = contractInfo.value
|