fix: 桌面版导入excel设置字段长度

This commit is contained in:
taojinlong 2025-01-06 17:51:18 +08:00 committed by taojinlong
parent 9689bd2a19
commit 849325a7a0

View File

@ -723,7 +723,7 @@ defineExpose({
<el-table-column
prop="length"
:label="t('datasource.length')"
v-if="param.editType === 0 && isSupportSetKey"
v-if="param.editType === 0"
>
<template #default="scope">
<el-input-number