@ -74,8 +74,8 @@ ref="tableRef" v-loading="loading" :data="list" :stripe="true" :show-overflow-to
@ selection - change = "handleSelectionChange" >
< el -table -column type = "selection" width = "55" reserve -selection / >
<!-- < el -table -column label = "ID" align = "center" prop = "id" / > -- >
< el -table -column :label ="t('DataCollection.DeviceModel.attributeCode')" align = "center" prop = "attributeCode" / >
< el -table -column :label ="t('DataCollection.DeviceModel.attributeName')" align = "center" prop = "attributeName" / >
< el -table -column :label ="t('DataCollection.DeviceModel.attributeCode')" align = "center" prop = "attributeCode" sortable / >
< el -table -column :label ="t('DataCollection.DeviceModel.attributeName')" align = "center" prop = "attributeName" sortable / >
< el -table -column :label ="t('DataCollection.DeviceModel.attributeType')" align = "center" prop = "typeName" / >
< el -table -column :label ="t('DataCollection.DeviceModel.dataType')" align = "center" prop = "dataType" / >
< el -table -column :label ="t('DataCollection.DeviceModel.address')" align = "center" prop = "address" / >
@ -85,7 +85,7 @@ ref="tableRef" v-loading="loading" :data="list" :stripe="true" :show-overflow-to
<!-- < el -table -column label = "采集设备模型id" align = "center" prop = "deviceModelId" / > -- >
< el -table -column
: label = "t('DataCollection.DeviceModel.createTime')" align = "center" prop = "createTime"
: formatter = "dateFormatter" width = "180px" / >
: formatter = "dateFormatter" width = "180px" sortable / >
< el -table -column :label ="t('DataCollection.DeviceModel.operate')" align = "center" width = "150px" fixed = "right" >
< template # default = "scope" >
< el -button