feat: 1.8.3

This commit is contained in:
meilin.huang
2024-05-10 19:59:49 +08:00
parent 4afeac5fdd
commit 05625bd8c1
17 changed files with 96 additions and 91 deletions

View File

@@ -115,7 +115,7 @@
<el-option
v-for="item in state.targetColumnList"
:key="item.columnName"
:label="item.columnName + ` ${item.showDataType}` + (item.columnComment && ' - ' + item.columnComment)"
:label="item.columnName + ` ${item.columnType}` + (item.columnComment && ' - ' + item.columnComment)"
:value="item.columnName"
/>
</el-select>