|
@@ -2,7 +2,7 @@
|
|
<div class="h-full">
|
|
<div class="h-full">
|
|
<HcCard :scrollbar="false" id-ref="wbs-node-tree-card-target" v-if="wbsTypeTabKey === 'map'">
|
|
<HcCard :scrollbar="false" id-ref="wbs-node-tree-card-target" v-if="wbsTypeTabKey === 'map'">
|
|
<template #header>
|
|
<template #header>
|
|
- <HcTooltip keys="wbs_views_drawings" v-if="NodeStatus !== '3' && isDrawer">
|
|
|
|
|
|
+ <HcTooltip keys="wbs_views_drawings" v-if="isDrawer">
|
|
<el-button hc-btn :disabled="!nodeDataInfo?.fileUrl" @click="viewsDrawings">
|
|
<el-button hc-btn :disabled="!nodeDataInfo?.fileUrl" @click="viewsDrawings">
|
|
<HcIcon name="image"/>
|
|
<HcIcon name="image"/>
|
|
<span>查看图纸</span>
|
|
<span>查看图纸</span>
|
|
@@ -30,7 +30,7 @@
|
|
<div class="dot-view blue">已填报-未上报</div>
|
|
<div class="dot-view blue">已填报-未上报</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
- <HcDrawer :show="isDrawer" :scrollbar="false" actionSize="lg" to-id="wbs-node-tree-card-target" @close="drawerClose">
|
|
|
|
|
|
+ <HcDrawer :show="isDrawer" actionUi="text-center" to-id="wbs-node-tree-card-target" @close="drawerClose">
|
|
<!--清表列表-->
|
|
<!--清表列表-->
|
|
<el-scrollbar ref="ListItemScrollRef" v-if="ListItemDatas.length > 0">
|
|
<el-scrollbar ref="ListItemScrollRef" v-if="ListItemDatas.length > 0">
|
|
<ListItem ref="ListItemsRef" :datas="ListItemDatas" :status="NodeStatus" :classify="authBtnTabKey" @offsetTop="ListItemOffsetTop" @renew="getTableDataAll"/>
|
|
<ListItem ref="ListItemsRef" :datas="ListItemDatas" :status="NodeStatus" :classify="authBtnTabKey" @offsetTop="ListItemOffsetTop" @renew="getTableDataAll"/>
|
|
@@ -111,9 +111,9 @@
|
|
<div class="horizontal-drag-line" @mousedown="onmousedown"/>
|
|
<div class="horizontal-drag-line" @mousedown="onmousedown"/>
|
|
</div>
|
|
</div>
|
|
<div class="hc-layout-content-box">
|
|
<div class="hc-layout-content-box">
|
|
- <HcCard :scrollbar="false" actionSize="lg">
|
|
|
|
|
|
+ <HcCard actionUi="text-center">
|
|
<template #header>
|
|
<template #header>
|
|
- <HcTooltip keys="wbs_views_drawings" v-if="NodeStatus !== '3'">
|
|
|
|
|
|
+ <HcTooltip keys="wbs_views_drawings">
|
|
<el-button hc-btn :disabled="!nodeDataInfo?.fileUrl" @click="viewsDrawings">
|
|
<el-button hc-btn :disabled="!nodeDataInfo?.fileUrl" @click="viewsDrawings">
|
|
<HcIcon name="image"/>
|
|
<HcIcon name="image"/>
|
|
<span>查看图纸</span>
|
|
<span>查看图纸</span>
|
|
@@ -293,10 +293,10 @@
|
|
<div class="title-box">{{element.title}}</div>
|
|
<div class="title-box">{{element.title}}</div>
|
|
<div class="icon-box">
|
|
<div class="icon-box">
|
|
<span class="icon" @click="downSortClick(index)">
|
|
<span class="icon" @click="downSortClick(index)">
|
|
- <HcIcon name="south" ui="text-lg"/>
|
|
|
|
|
|
+ <HcIcon name="arrow-down" ui="text-lg"/>
|
|
</span>
|
|
</span>
|
|
<span class="icon" @click="upSortClick(index)">
|
|
<span class="icon" @click="upSortClick(index)">
|
|
- <HcIcon name="north" ui="text-lg"/>
|
|
|
|
|
|
+ <HcIcon name="arrow-up" ui="text-lg"/>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|