|
@@ -111,7 +111,7 @@
|
|
|
|
|
|
<!-- 项目完成情况 -->
|
|
<!-- 项目完成情况 -->
|
|
<hc-drawer v-model="isCompletionDrawer" to-id="hc-main-box" is-close>
|
|
<hc-drawer v-model="isCompletionDrawer" to-id="hc-main-box" is-close>
|
|
- <hc-card class="hc-project-list-drawer">
|
|
|
|
|
|
+ <hc-card class="hc-project-list-drawer" is-action-btn>
|
|
<template #header>
|
|
<template #header>
|
|
<div class="flex-1 text-center text-[24px] font-bold">项目完成情况</div>
|
|
<div class="flex-1 text-center text-[24px] font-bold">项目完成情况</div>
|
|
</template>
|
|
</template>
|
|
@@ -218,6 +218,10 @@
|
|
</div>
|
|
</div>
|
|
</el-scrollbar>
|
|
</el-scrollbar>
|
|
</div>
|
|
</div>
|
|
|
|
+ <template #action>
|
|
|
|
+ <el-button type="info">取消</el-button>
|
|
|
|
+ <el-button type="warning">保存</el-button>
|
|
|
|
+ </template>
|
|
</hc-card>
|
|
</hc-card>
|
|
</hc-drawer>
|
|
</hc-drawer>
|
|
</div>
|
|
</div>
|