diff --git a/src/views/products/list.vue b/src/views/products/list.vue
index e752eeb7..ab0aeaa8 100644
--- a/src/views/products/list.vue
+++ b/src/views/products/list.vue
@@ -7,6 +7,31 @@
{{ scope.row.name }}
+
+
+ {{ scope.row.description }}
+
+
+
+
+ {{ scope.row.type }}
+
+
+
+
+ {{ scope.row.duty }}
+
+
+
+
+ {{ scope.row.lpt }}
+
+
+
+
+ {{ scope.row.status }}
+
+
@@ -61,6 +86,7 @@ export default {
this.listLoading = true
fetchList(this.listQuery).then(response => {
this.list = response.data.fuels
+ console.log(this.list)
this.total = response.data.fuels.length
this.listLoading = false
})