mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 12:45:37 +08:00
fix: 桌面版导入excel设置字段长度
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user