update attr-form 的逻辑,TODO:检查产品池和设备信息的编辑子表单
This commit is contained in:
@@ -140,6 +140,7 @@ const addOrUpdateConfigs = {
|
||||
// for i18n
|
||||
title: '动态属性',
|
||||
url: '/monitoring/productArrt',
|
||||
relatedField: 'productId',
|
||||
tableConfigs: [
|
||||
{ type: 'index', name: '序号' },
|
||||
{ prop: 'createTime', name: '添加时间', filter: val => (val ? moment(val).format('YYYY-MM-DD hh:mm:ss') : '-') },
|
||||
|
||||
Reference in New Issue
Block a user