import { ref } from "vue"; export const accountFormSearhList = ref([ { key:'queryStr', type:'input', placeholder:'请输入', defaultValue:'', } ])