fix(数据集): 数据集字段,字符串转时间,可以指定时间格式

This commit is contained in:
taojinlong 2022-10-19 15:12:47 +08:00
parent 87f3fd9586
commit 4a93fbb9b4

View File

@ -551,7 +551,9 @@
<el-input
v-if="scope.row.deType === 1"
v-model="scope.row.dateFormat"
size="mini"
:placeholder="$t('dataset.date_format')"
size="small"
class="input-type"
:disabled="!hasDataPermission('manage', param.privileges)"
@blur="saveEdit(scope.row)"
@keyup.enter.native="saveEdit(scope.row)"