廖井涛
2024-10-14 b22bb4ab6e0ef2c07f6ac6a84151efac630d5848
north-glass-erp/northglass-erp/src/views/system/user/UserList.vue
@@ -150,7 +150,11 @@
      <template #filter="{ column, $panel }">
        <div>
          <div v-for="(option, index) in column.filters" :key="index">
            <input type="type" v-model="option.data" @input="changeFilterEvent($event, option, $panel)"/>
            <input
                type="type"
                v-model="option.data"
                @keyup.enter.native="$panel.confirmFilter()"
                @input="changeFilterEvent($event, option, $panel)"/>
          </div>
        </div>
      </template>