|
@@ -10,16 +10,19 @@
|
|
|
</el-select>
|
|
|
</div>
|
|
|
</template>
|
|
|
+ <template #extra>
|
|
|
+ <div class="text-14px text-red-5">提示:生成零号变更后,不可撤回和删除</div>
|
|
|
+ </template>
|
|
|
<div class="relative h-full flex">
|
|
|
<div :id="`hc_tree_card_${uuid}`">
|
|
|
<hc-card-item scrollbar>
|
|
|
- <hc-lazy-tree tree-key="id" :h-props="treeProps" @load="treeLoadNode" @nodeTap="treeNodeTap" />
|
|
|
+ <hc-lazy-tree tree-key="id" :h-props="treeProps" @load="treeLoadNode" @node-tap="treeNodeTap" />
|
|
|
</hc-card-item>
|
|
|
</div>
|
|
|
<div :id="`hc_table_card_${uuid}`" class="flex-1">
|
|
|
<hc-card-item class="h-full">
|
|
|
<template #header>
|
|
|
- <div class="font-400 text-orange">零号变更数据列表</div>
|
|
|
+ <div class="text-orange font-400">零号变更数据列表</div>
|
|
|
</template>
|
|
|
<template #extra>
|
|
|
<el-button hc-btn type="primary" @click="buildZeroChange">
|