廖井涛
2024-10-14 b22bb4ab6e0ef2c07f6ac6a84151efac630d5848
north-glass-erp/northglass-erp/src/views/sd/delivery/SelectOrderList.vue
@@ -359,7 +359,11 @@
        <template #num1_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>