diff --git a/src/components/common/VnSelect.vue b/src/components/common/VnSelect.vue
index 1be53930d..84ab4b4b6 100644
--- a/src/components/common/VnSelect.vue
+++ b/src/components/common/VnSelect.vue
@@ -104,8 +104,7 @@ const noOneOpt = ref({
[optionValue.value]: false,
[optionLabel.value]: noOneText,
});
-const getVal = (val) => ($props.useLike ? { like: `%${val}%` } : val);
-const hover = ref(false);
+
const value = computed({
get() {
return $props.modelValue;
@@ -226,6 +225,8 @@ async function filterHandler(val, update) {
function nullishToTrue(value) {
return value ?? true;
}
+
+const getVal = (val) => ($props.useLike ? { like: `%${val}%` } : val);
@@ -239,53 +240,58 @@ function nullishToTrue(value) {
:fields="fields"
:params="params"
/>
-
-
-
- {
- value = null;
- emit('remove');
- }
- "
- class="cursor-pointer"
- size="xs"
- />
-
-
-
-
-
-
+
+
+ {
+ value = null;
+ emit('remove');
+ }
+ "
+ class="cursor-pointer"
+ size="xs"
+ />
+
+
+
+
+
diff --git a/src/pages/Route/RouteExtendedList.vue b/src/pages/Route/RouteExtendedList.vue
index 7eb35ba02..51da4ec12 100644
--- a/src/pages/Route/RouteExtendedList.vue
+++ b/src/pages/Route/RouteExtendedList.vue
@@ -87,7 +87,6 @@ const columns = computed(() => [
},
},
columnClass: 'expand',
- style: 'min-width: 210px;',
},
{
align: 'left',