diff --git a/src/pages/master/device/component/DetailDevice.jsx b/src/pages/master/device/component/DetailDevice.jsx index fc06dde..0e2c56e 100644 --- a/src/pages/master/device/component/DetailDevice.jsx +++ b/src/pages/master/device/component/DetailDevice.jsx @@ -14,6 +14,7 @@ const DetailDevice = (props) => { device_id: '', device_code: '', device_name: '', + brand_device: '', is_active: true, device_location: '', device_description: '', @@ -228,6 +229,7 @@ const DetailDevice = (props) => { }} /> +
Device Name * @@ -239,6 +241,23 @@ const DetailDevice = (props) => { readOnly={props.readOnly} />
+
+ Brand Device + * + +
Device Location [ key: 'device_name', width: '20%', }, + { + title: 'Brand Device', + dataIndex: 'brand_device', + key: 'brand_device', + width: '20%', + }, { title: 'Location', dataIndex: 'device_location',