mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix: 桌面版导入excel设置字段长度
This commit is contained in:
parent
9689bd2a19
commit
849325a7a0
@ -723,7 +723,7 @@ defineExpose({
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="length"
|
prop="length"
|
||||||
:label="t('datasource.length')"
|
:label="t('datasource.length')"
|
||||||
v-if="param.editType === 0 && isSupportSetKey"
|
v-if="param.editType === 0"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-input-number
|
<el-input-number
|
||||||
|
Loading…
Reference in New Issue
Block a user