v1.6.0 - 提供Task列表插槽功能

This commit is contained in:
LINING-PC\lining
2025-12-14 16:06:44 +08:00
parent 70c77316b7
commit c7ea67b4cc
15 changed files with 788 additions and 414 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const onNo = () => emit('no')
<template v-else>
<button type="button" class="gantt-btn gantt-btn-default" @click="onCancel">
{{ props.cancelText }}
</button>
</button> &nbsp;&nbsp;
<button type="button" class="gantt-btn gantt-btn-danger" @click="onConfirm">
{{ props.confirmText }}
</button>