From 46045ebb41f1475d092afa6adbaefb10b61c192a Mon Sep 17 00:00:00 2001 From: riefive Date: Thu, 25 Sep 2025 13:33:03 +0700 Subject: [PATCH] feat(device): update list --- app/components/app/tools/entry-form.vue | 8 ++++---- app/components/app/tools/list-cfg.ts | 6 +----- app/components/content/equipment/list.vue | 4 ++-- app/components/content/tools/list.vue | 9 +++++---- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/app/components/app/tools/entry-form.vue b/app/components/app/tools/entry-form.vue index 4354b36d..e3ae799e 100644 --- a/app/components/app/tools/entry-form.vue +++ b/app/components/app/tools/entry-form.vue @@ -76,13 +76,13 @@ function onCancelForm() { - + - + @@ -95,13 +95,13 @@ function onCancelForm() { v-model="uom" v-bind="uomAttrs" :items="uoms" - :disabled="isLoading" + :disabled="isLoading || isReadonly" />
- +
- \ No newline at end of file +