mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 03:22:56 +08:00
fix: 桌面版导入excel设置字段长度
This commit is contained in:
parent
9689bd2a19
commit
849325a7a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user