From 9a5d0d77d23c5c7e95623aced4d4cfa2490b895b Mon Sep 17 00:00:00 2001 From: guoyuji <guoyujie@ng.com> Date: 星期二, 09 四月 2024 08:22:52 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override --- north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue b/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue index eb54c7a..8b384aa 100644 --- a/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue +++ b/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue @@ -174,14 +174,13 @@ max-height="100%" v-bind="gridOptions" v-on="teamGridEvents" - @filter-change="filterChanged" > <template #num1_filter="{ column, $panel }"> <div> <div v-for="(option, index) in column.filters" :key="index"> - <input v-model="option.data" type="type" @input="changeFilterEvent($event, option, $panel)"/> + <input v-model="option.data" type="text" @input="changeFilterEvent($event, option, $panel)"/> </div> </div> </template> -- Gitblit v1.8.0