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