-
-
- {{ t("processSelect") }}
-
-
-
+
+
-
-
-
+ placeholder="Please select labels"
+ @change="changeLabels"
+ class="inputs mr-10"
+ :multiple="true"
+ />
+
+
+
+
+ {{ duration[0] }}
+ ~
+ {{ duration[1] }}
+
+
+
+
+ {{ t("processSelect") }}
-
-
-
-
-
-
- {{ scope.row.attributes.map((d: {name: string, value: string}) => `${d.name}=${d.value}`).join("; ") }}
+
+
+
+
+
-
-
-
-
-
- {{ t("analyze") }}
-
+
+
+
+
+
+
+ {{ scope.row.attributes.map((d: {name: string, value: string}) => `${d.name}=${d.value}`).join("; ") }}
+
+
+
+
+
+
+ {{ t("analyze") }}
+
+