hyc #1

Merged
hyc merged 2 commits from hyc into master 2025-09-09 23:13:43 +08:00
Showing only changes of commit 162a84840c - Show all commits

View File

@@ -323,6 +323,14 @@
-->
</el-dialog>
<el-dialog v-model="dialogFormVisibleWordInfos" :title="titles" width="300px">
<el-tree
style="max-width: 600px"
:data="wordPointsInfoList"
:props="defaultProps"
:expand-on-click-node="false"
show-checkbox
@check-change="handleCheckChange"
/>
<!-- 如果 row.type === 'file'显示输入框 -->
<div v-if="showFileInput" style="margin-bottom: 10px">
<el-input
@@ -335,16 +343,6 @@
文件名不能为空
</div>
</div>
<el-tree
style="max-width: 600px"
:data="wordPointsInfoList"
:props="defaultProps"
:expand-on-click-node="false"
show-checkbox
@check-change="handleCheckChange"
/>
<template #footer>
<el-button type="primary" @click="submitWordPoints"> </el-button>
<el-button @click="dialogFormVisibleWordInfos = false"> </el-button>