| | |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | const searchFormFields = ref({}); |
| | | const searchFormOptions = ref([]); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | {title:"åå·¥å·", field:"code", type:"like"}, |
| | | {title:"é¨é¨ç¼ç ", field:"deptNo", type:"like"}, |
| | | {title:"é¨é¨åç§°", field : "name", type:"like"} |
| | | ], |
| | | [ |
| | | {title:"ç¶æ", field:"state",type:"select",dataKey:"",data:[]}, |
| | | {title:"åºåç»ç»", field:"invOrgId", type:"like"}, |
| | | {title:"ç±»å", field:"type", type:"select", dataKey:"", data:[]}, |
| | | ] |
| | | ]); |
| | | const columns = ref([{field:'id',title:'主é®',type:'int',width:110,hidden:true,readonly:true,require:true,align:'left'}, |
| | | {field:'code',title:'åå·¥å·',type:'string',width:110,align:'left',sort:true}, |
| | | {field:'deptNo',title:'é¨é¨ç¼ç ',type:'string',width:110,align:'left'}, |