crud.B4kOkAYJ.js 6.3 KB

1
  1. import{r as s,W as c}from"./index.BPkSqtk2.js";import{a as _,A as h,D as m,U as g,b as f}from"./api.DsN47qe4.js";import"./vue.D1BjjNmv.js";const R=function({crudExpose:y}){return{crudOptions:{request:{pageRequest:async e=>await f(e),editRequest:async({form:e,row:r})=>(e.id=r.id,await g(e)),delRequest:async({row:e})=>await m(e.id),addRequest:async({form:e})=>await h(e),getDetail:async({row:e})=>await _(e.id)},toolbar:{show:!1},actionbar:{buttons:{add:{show:!1}}},form:{wrapper:{buttons:{ok:{text:"提交",show:s(e=>e.mode!=="view")}}}},pagination:{show:!0},columns:{_index:{title:"序号",form:{show:!1},column:{type:"index",align:"center",width:"70px",columnSetDisabled:!0}},search:{title:"关键字搜索",search:{show:!0,type:"input"},type:"input",form:{component:{placeholder:"请输入"},show:!1},column:{show:!1}},user_code:{title:"学号",type:"input",column:{minWidth:120},form:{component:{placeholder:"请填写学号"},rules:[{required:!0,message:"请填写学号"}]},viewForm:{component:{placeholder:""}}},username:{title:"用户名",type:"input",column:{show:!1,minWidth:120},form:{component:{placeholder:"请填写用户名"},rules:[{required:!0,message:"请填写用户名"}]},viewForm:{component:{placeholder:""}}},name:{title:"姓名",search:{show:!1},treeNode:!0,type:"input",column:{minWidth:120},form:{rules:[{required:!0,message:"姓名必填项"}],component:{placeholder:"请输入姓名"}},viewForm:{component:{placeholder:""}}},password:{title:"密码",type:"password",column:{minWidth:120,show:!1},form:{component:{placeholder:"请填写密码"}},addForm:{component:{placeholder:"请填写密码"},rules:[{required:!0,message:"请填写密码"},{validator:(e,r,t)=>{if(!r){t();return}if(r.length<8){t(new Error("密码长度不能少于8位"));return}const n=/[a-zA-Z]/.test(r),a=/[0-9]/.test(r),o=/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?`~]/.test(r);if(!n||!a||!o){t(new Error("密码必须包含字母、数字和特殊符号"));return}t()},trigger:"blur"}]},editForm:{show:!0,component:{placeholder:"留空则不修改密码",type:"password",showPassword:!0},rules:[{validator:(e,r,t)=>{if(!r||r.trim()===""){t();return}const n=8,a=/[a-zA-Z]/.test(r),o=/\d/.test(r),l=/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]/.test(r);if(r.length<n){t(new Error("密码长度不能少于8位"));return}if(!a){t(new Error("密码必须包含字母"));return}if(!o){t(new Error("密码必须包含数字"));return}if(!l){t(new Error("密码必须包含特殊符号"));return}t()},trigger:"blur"}]},viewForm:{show:!1}},email:{title:"邮箱",type:"input",column:{show:!1,minWidth:120},form:{component:{placeholder:"请填写邮箱"},rules:[{required:!1,message:"请填写邮箱"}]},viewForm:{component:{placeholder:""}}},mobile:{title:"手机号",type:"input",column:{show:!1,minWidth:120},form:{component:{placeholder:"请填写手机号"},rules:[{required:!0,message:"请填写手机号"}]},viewForm:{component:{placeholder:""}}},gender:{title:"性别",type:"dict-select",column:{show:!0,minWidth:120},dict:c({data:[{label:"男",value:1},{label:"女",value:2}]}),form:{component:{placeholder:"请选择性别"},rules:[{required:!0,message:"请选择性别"}]}},user_type:{title:"用户类型",type:"dict-select",column:{minWidth:120},dict:c({data:[{label:"学生",value:0}]}),form:{value:0,component:{placeholder:"请选择用户"},rules:[{required:!1,message:"请选择用户"}]}},organization_ref:{title:"学院",type:"dict-cascader",column:{show:!1},valueBuilder({form:e,value:r}){var n,a,o,l,d,u,p;e.organization_ref=r;const t=e.organization_detail;if(e.user_type===0&&t&&Array.isArray(t.parent_chain)){const i=t.parent_chain;i.length>=4?(e._college_id=(n=i[1])==null?void 0:n.id,e._major_id=(a=i[2])==null?void 0:a.id,e._grade_id=t==null?void 0:t.id):i.length===3?(e._college_id=(o=i[1])==null?void 0:o.id,e._major_id=(l=i[2])==null?void 0:l.id,e._grade_id=t==null?void 0:t.id):i.length===2?(e._college_id=(d=i[0])==null?void 0:d.id,e._major_id=(u=i[1])==null?void 0:u.id,e._grade_id=t==null?void 0:t.id):i.length===1?(e._college_id=(p=i[0])==null?void 0:p.id,e._major_id=void 0,e._grade_id=t==null?void 0:t.id):(e._college_id=void 0,e._major_id=void 0,e._grade_id=t==null?void 0:t.id)}else(e.user_type===1||e.user_type===3)&&t&&t.id&&(e.organization_ref=t.id)},valueResolve({form:e,value:r}){if(e.user_type!==0){e.organization_ref=r??e.organization_ref;return}if(e._grade_id){e.organization_ref=e._grade_id;return}}},organization:{title:"学院",type:"input",search:{show:!1},column:{show:!0,minWidth:200,formatter:({row:e,value:r})=>{const t=n=>n!=null&&n!==""&&n!=="nan"&&!Number.isNaN(n);if(e.user_type!==0)return e.organization_detail&&e.organization_detail.name?e.organization_detail.name:t(r)?r:"";if(e.organization_detail&&e.organization_detail.parent_chain&&e.organization_detail.parent_chain.length>=2){if(!e.organization_detail.parent_chain[1])return"";const n=e.organization_detail.parent_chain[1];return n.name||n.code||""}return t(r)?r:t(e.sub_organization)?e.sub_organization:""}},form:{show:s(e=>e.user_type===0||e.user_type===1||e.user_type===3),component:{placeholder:"请选择学院"},rules:[{required:!1,message:"请选择学院"}]},viewForm:{component:{placeholder:""}}},sub_organization:{title:"专业",type:"input",search:{show:!1},column:{show:s(({row:e})=>e&&e.user_type===0),minWidth:120,formatter:({row:e,value:r})=>{const t=n=>n!=null&&n!==""&&n!=="nan"&&!Number.isNaN(n);if(e.organization_detail&&e.organization_detail.parent_chain&&e.organization_detail.parent_chain.length>=2){if(!e.organization_detail.parent_chain[2])return"";const n=e.organization_detail.parent_chain[2];return n.name||n.code||""}return t(r)?r:t(e.sub_organization)?e.sub_organization:""}},form:{show:s(({form:e})=>e&&e.user_type==0),component:{placeholder:"请填写专业"},rules:[{required:!1,message:"请填写专业"}]},viewForm:{component:{placeholder:""}}},grade_or_level:{title:"班级",type:"input",search:{show:!1},column:{show:s(({row:e})=>e&&e.user_type===0),minWidth:120,formatter:({row:e,value:r})=>{const t=n=>n!=null&&n!==""&&n!=="nan"&&!Number.isNaN(n);return e.organization_detail&&e.organization_detail.name?e.organization_detail.name:t(r)?r:t(e.class_or_group)?e.class_or_group:""}},form:{show:s(({form:e})=>e&&e.user_type==0),component:{placeholder:"请填写年级"},rules:[{required:!1,message:"请填写年级"}]},viewForm:{component:{placeholder:""}}}}}}};export{R as createCrudOptions};