Explorar el Código

展开按钮权限配置

duy hace 1 mes
padre
commit
696bf75679
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  1. 6 4
      src/views/schedule/data.vue

+ 6 - 4
src/views/schedule/data.vue

@@ -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