formSearch.ts 191 B

1234567891011
  1. import { ref } from "vue";
  2. export const accountFormSearhList = ref([
  3. {
  4. key:'queryStr',
  5. type:'input',
  6. placeholder:'请输入',
  7. defaultValue:'',
  8. }
  9. ])