diff --git a/src/pages/Item/ItemFixedPrice.vue b/src/pages/Item/ItemFixedPrice.vue
index 4f78bd6ce..a195bc615 100644
--- a/src/pages/Item/ItemFixedPrice.vue
+++ b/src/pages/Item/ItemFixedPrice.vue
@@ -519,16 +519,12 @@ function handleOnDataSave({ CrudModelRef }) {
-
-
- {{ row.name }}
-
-
-
-
+
+ {{ row.name }}
+
+ {{ row.subName }}
+
+
@@ -682,6 +678,12 @@ tbody tr.highlight .q-td {
background-color: transparent;
}
}
+.subName {
+ margin-left: 5%;
+ font-size: 0.75rem;
+ text-transform: uppercase;
+ color: var(--vn-label-color);
+}
es: