diff --git a/bean-searcher-demos/spring-boot-demo/src/main/resources/static/index.js b/bean-searcher-demos/spring-boot-demo/src/main/resources/static/index.js index e590b373d72ee39a1fba8646c7b805afcfa5e15b..ec7e320a86bd11985699d0546df31bfd5b516d8c 100644 --- a/bean-searcher-demos/spring-boot-demo/src/main/resources/static/index.js +++ b/bean-searcher-demos/spring-boot-demo/src/main/resources/static/index.js @@ -40,6 +40,12 @@ new Vue({ { key: 'sw', label: '以...开始'}, { key: 'ew', label: '以...结束'} ], + nameOps: [ + { key: 'eq', label: '等于' , disabled: true}, + { key: 'in', label: '包含'}, + { key: 'sw', label: '以...开始'}, + { key: 'ew', label: '以...结束', disabled: true} + ], numOps: [ { key: 'eq', label: '等于'}, { key: 'gt', label: '大于'}, diff --git a/bean-searcher-demos/spring-boot-demo/src/main/resources/templates/index.html b/bean-searcher-demos/spring-boot-demo/src/main/resources/templates/index.html index 41dea254f18e53812b8feeb6cef27cb47759d826..cefe59a63ebab61542f187452f8c9cf770ee277a 100644 --- a/bean-searcher-demos/spring-boot-demo/src/main/resources/templates/index.html +++ b/bean-searcher-demos/spring-boot-demo/src/main/resources/templates/index.html @@ -16,7 +16,7 @@ 姓名 - +