feat(X-Pack): 数据填报表单列表移动文件夹弹窗,没有选中时,确认按钮是禁用状态

This commit is contained in:
ulleo 2024-04-24 10:43:12 +08:00
parent c6b0b46b1f
commit d3b7853aaf

View File

@ -26,6 +26,7 @@
<el-footer class="de-footer">
<el-button @click="closeSave">{{ $t("commons.cancel") }}</el-button>
<el-button
:disabled="targetGroup.id === undefined"
type="primary"
@click="doSave"
>{{ $t("commons.confirm") }}