- {{ currentDeviceDetail.id }}
- {{
- currentDeviceDetail.device_no
- }}
+
+
+
+ {{ currentDeviceDetail.id }}
+ {{
+ currentDeviceDetail.device_no
+ }}
- {{
- currentDeviceDetail.device_name || '--'
- }}
- {{
- currentDeviceDetail.device_model || '--'
- }}
- {{
- currentDeviceDetail.device_type || '--'
- }}
+ {{
+ currentDeviceDetail.device_name || '--'
+ }}
+ {{
+ currentDeviceDetail.device_model || '--'
+ }}
+ {{
+ currentDeviceDetail.device_type || '--'
+ }}
- {{
- currentDeviceDetail.manufacturer || '--'
- }}
- {{
- currentDeviceDetail.max_sim_slots
- }}
- {{
- currentDeviceDetail.bound_card_count
- }}
+ {{
+ currentDeviceDetail.manufacturer || '--'
+ }}
+ {{
+ currentDeviceDetail.max_sim_slots
+ }}
+ {{
+ currentDeviceDetail.bound_card_count
+ }}
-
-
- {{ currentDeviceDetail.status_name }}
-
-
- {{
- currentDeviceDetail.batch_no || '--'
- }}
+
+
+ {{ currentDeviceDetail.status_name }}
+
+
+ {{
+ currentDeviceDetail.batch_no || '--'
+ }}
- {{
- currentDeviceDetail.created_at || '--'
- }}
-
+ {{
+ formatDateTime(currentDeviceDetail.created_at) || '--'
+ }}
+
+
+