-
-
+
+ label="Properties"
+ class="q-px-sm q-mb-lg"
+ >
+
+
+
+
+
+
+ เลือกทั้งหมด
+
+
+
+
+
+
+
+ {{ ops.label }}
+
+
+
+
0
"
- class="q-gutter-y-md"
>
-
-
-
-
-
- {{ index + 1 }}
-
-
-
+
+ {{ index + 1 }}
+
-
-
-
- {{ scope.opt.label }}
-
-
-
-
-
+
-
-
-
{{ scope.opt.label }}
-
-
-
-
-
-
- {{ scope.opt.label }}
-
-
-
-
-
-
+
@@ -367,4 +425,8 @@ function shouldShowItem(opt: Option) {
border-bottom-left-radius: var(--radius-2);
border-bottom-right-radius: var(--radius-2);
}
+
+// .list-move {
+// transition: all 0.2s ease;
+// }
diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts
index 8bd9deeb..051841b3 100644
--- a/src/stores/product-service/types.ts
+++ b/src/stores/product-service/types.ts
@@ -48,7 +48,7 @@ export interface Attributes {
}[];
}
-type AdditionalType = 'string' | 'number' | 'date' | 'array';
+export type AdditionalType = 'string' | 'number' | 'date' | 'array';
// Product
export interface ServiceById {