guoyujie
2025-11-12 e49e21265285e5d7e9a2a151c1654d6f6fa53248
north-glass-erp/northglass-erp/src/components/pp/SelectSortTable.vue
@@ -250,6 +250,7 @@
          <div v-for="(option, index) in column.filters" :key="index">
            <input type="text"
                   v-model="option.data"
                   @keyup.enter.native="$panel.confirmFilter()"
                   @input="changeFilterEvent($event, option, $panel)"/>
          </div>
        </div>