fix(数据集): 数据集字段,字符串转时间,可以指定时间格式
This commit is contained in:
parent
87f3fd9586
commit
4a93fbb9b4
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user