ZaiZai 7 months ago
parent
commit
3ca7c6b888
2 changed files with 6 additions and 3 deletions
  1. 1 1
      public/version.json
  2. 5 2
      src/views/alter/admin/zero.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240813171920"
+  "value": "20240814114540"
 }

+ 5 - 2
src/views/alter/admin/zero.vue

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