Compare commits

..

6 Commits

Author SHA1 Message Date
wzm
6415d3c9f7 添加企业服务管理、企业数据管理页面
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
2025-11-25 13:43:21 +08:00
wzm
4c2253cd16 修改配置
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
2025-11-21 14:48:00 +08:00
wzm
300e299003 转发对象配置,工作人员管理页面联调
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
2025-11-21 14:22:18 +08:00
wzm
5884273e27 转发对象配置,工作人员管理页面联调
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
2025-11-21 14:08:23 +08:00
wzm
3a17dc786b 增加转发对象配置,工作人员管理页面
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
2025-11-20 16:30:13 +08:00
wzm
3f9be705ff 修改qingdao为shihezi
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
2025-11-13 15:07:44 +08:00
292 changed files with 6184 additions and 796 deletions

View File

@@ -125,7 +125,7 @@ export default defineConfig({
*/
headScripts: [
// 解决首次加载时白屏的问题
{ src: '/qingdao/scripts/loading.js', async: true },
{ src: '/shihezi/scripts/loading.js', async: true },
],
//================ pro 插件配置 =================
presets: ['umi-presets-pro'],
@@ -151,9 +151,9 @@ export default defineConfig({
mfsu: {
strategy: 'normal',
},
outputPath: 'qingdao',
base: '/qingdao/',
publicPath: '/qingdao/',
outputPath: 'shihezi',
base: '/shihezi/',
publicPath: '/shihezi/',
esbuildMinifyIIFE: true,
requestRecord: {},
});

View File

@@ -15,19 +15,26 @@ export default {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
'/api/': {
// 要代理的地址
target: 'http://ks.zhaopinzao8dian.com/api/ks',
target: 'http://36.105.163.21:30081/api/ks', // 发版
// target: 'http://wykj.cdwsx.com/api',// 后端
// target: 'http://ks.zhaopinzao8dian.com/api/ks',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,
pathRewrite: { '^/api': '' },
// logLevel: 'debug',
},
'/profile/avatar/': {
target: 'http://ks.zhaopinzao8dian.com/api/ks',
'/profile/avatar/': {
target: 'http://36.105.163.21:30081/api/ks', // 发版
// target: 'http://wykj.cdwsx.com/api',
// target: 'http://ks.zhaopinzao8dian.com/api/ks',
changeOrigin: true,
},
'/app/': {
// 要代理的地址
target: 'http://ks.zhaopinzao8dian.com/api/ks',
target: 'http://36.105.163.21:30081/api/ks', // 发版
// target: 'http://wykj.cdwsx.com/api',
// target: 'http://ks.zhaopinzao8dian.com/api/ks',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,

BIN
shihezi.zip Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[1414],{21414:function(U,x,e){e.r(x),e.d(x,{default:function(){return P}});var M=e(97857),j=e.n(M),L=e(15009),s=e.n(L),C=e(99289),c=e.n(C),m=e(2453),D=e(83622),O=e(17788),h=e(67294),r=e(76772);function R(u){return p.apply(this,arguments)}function p(){return p=c()(s()().mark(function u(i){return s()().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",(0,r.request)("/api/monitor/online/list",{method:"GET",params:i}));case 1:case"end":return t.stop()}},u)})),p.apply(this,arguments)}function w(u){return g.apply(this,arguments)}function g(){return g=c()(s()().mark(function u(i){return s()().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",(0,r.request)("/api/monitor/online/".concat(i),{method:"DELETE"}));case 1:case"end":return t.stop()}},u)})),g.apply(this,arguments)}var B=e(54048),E=e(48689),n=e(85893),S=function(){var u=c()(s()().mark(function i(o){var t;return s()().wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return t=m.ZP.loading("\u6B63\u5728\u5F3A\u5236\u4E0B\u7EBF"),a.prev=1,a.next=4,w(o.tokenId);case 4:return t(),m.ZP.success("\u5F3A\u5236\u4E0B\u7EBF\u6210\u529F\uFF0C\u5373\u5C06\u5237\u65B0"),a.abrupt("return",!0);case 9:return a.prev=9,a.t0=a.catch(1),t(),m.ZP.error("\u5F3A\u5236\u4E0B\u7EBF\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5"),a.abrupt("return",!1);case 14:case"end":return a.stop()}},i,null,[[1,9]])}));return function(o){return u.apply(this,arguments)}}(),Z=function(){var i=(0,h.useRef)(),o=(0,h.useRef)(),t=(0,r.useAccess)(),y=(0,r.useIntl)();(0,h.useEffect)(function(){},[]);var a=[{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.token_id",defaultMessage:"\u4F1A\u8BDD\u7F16\u53F7"}),dataIndex:"tokenId",valueType:"text",hideInSearch:!0},{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.user_name",defaultMessage:"\u7528\u6237\u8D26\u53F7"}),dataIndex:"userName",valueType:"text"},{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.dept_name",defaultMessage:"\u90E8\u95E8\u540D\u79F0"}),dataIndex:"deptName",valueType:"text",hideInSearch:!0},{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.ipaddr",defaultMessage:"\u767B\u5F55IP\u5730\u5740"}),dataIndex:"ipaddr",valueType:"text"},{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.login_location",defaultMessage:"\u767B\u5F55\u5730\u70B9"}),dataIndex:"loginLocation",valueType:"text",hideInSearch:!0},{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.browser",defaultMessage:"\u6D4F\u89C8\u5668\u7C7B\u578B"}),dataIndex:"browser",valueType:"text",hideInSearch:!0},{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.os",defaultMessage:"\u64CD\u4F5C\u7CFB\u7EDF"}),dataIndex:"os",valueType:"text",hideInSearch:!0},{title:(0,n.jsx)(r.FormattedMessage,{id:"monitor.online.user.login_time",defaultMessage:"\u767B\u5F55\u65F6\u95F4"}),dataIndex:"loginTime",valueType:"dateRange",render:function(l,d){return(0,n.jsx)("span",{children:d.loginTime})},hideInSearch:!0,search:{transform:function(l){return{"params[beginTime]":l[0],"params[endTime]":l[1]}}}},{title:(0,n.jsx)(r.FormattedMessage,{id:"pages.searchTable.titleOption",defaultMessage:"\u64CD\u4F5C"}),dataIndex:"option",width:"60px",valueType:"option",render:function(l,d){return[(0,n.jsx)(D.ZP,{type:"link",size:"small",danger:!0,icon:(0,n.jsx)(E.Z,{}),hidden:!t.hasPerms("monitor:online:forceLogout"),onClick:c()(s()().mark(function F(){return s()().wrap(function(T){for(;;)switch(T.prev=T.next){case 0:O.Z.confirm({title:"\u5F3A\u8E22",content:"\u786E\u5B9A\u5F3A\u5236\u5C06\u8BE5\u7528\u6237\u8E22\u4E0B\u7EBF\u5417\uFF1F",okText:"\u786E\u8BA4",cancelText:"\u53D6\u6D88",onOk:function(){var b=c()(s()().mark(function k(){var I;return s()().wrap(function(f){for(;;)switch(f.prev=f.next){case 0:return f.next=2,S(d);case 2:I=f.sent,I&&o.current&&o.current.reload();case 4:case"end":return f.stop()}},k)}));function $(){return b.apply(this,arguments)}return $}()});case 1:case"end":return T.stop()}},F)})),children:"\u5F3A\u9000"},"batchRemove")]}}];return(0,n.jsx)("div",{style:{width:"100%",float:"right"},children:(0,n.jsx)(B.Z,{headerTitle:y.formatMessage({id:"pages.searchTable.title",defaultMessage:"\u4FE1\u606F"}),actionRef:o,formRef:i,rowKey:"tokenId",search:{labelWidth:120},request:function(l){return R(j()({},l)).then(function(d){var F={data:d.rows,total:d.total,success:!0};return F})},columns:a},"logininforList")})},P=Z}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[1535],{81535:function(m,u,a){a.r(u);var i=a(67294),l=a(17788),s=a(26412),t=a(76772),n=a(61314),e=a(85893),p=function(r){var d,o=r.values,g=r.businessTypeOptions,M=r.operatorTypeOptions,_=r.statusOptions,c=(0,t.useIntl)(),C=function(){},F=function(){r.onCancel()};return(0,e.jsx)(l.Z,{width:640,title:c.formatMessage({id:"monitor.operlog.title",defaultMessage:"\u7F16\u8F91\u64CD\u4F5C\u65E5\u5FD7\u8BB0\u5F55"}),open:r.open,destroyOnClose:!0,onOk:C,onCancel:F,children:(0,e.jsxs)(s.Z,{column:24,children:[(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.module",defaultMessage:"\u64CD\u4F5C\u6A21\u5757"}),children:"".concat(o.title,"/").concat((0,n.n)(g,o.businessType))}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.request_method",defaultMessage:"\u8BF7\u6C42\u65B9\u5F0F"}),children:o.requestMethod}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_name",defaultMessage:"\u64CD\u4F5C\u4EBA\u5458"}),children:"".concat(o.operName,"/").concat(o.operIp)}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.operator_type",defaultMessage:"\u64CD\u4F5C\u7C7B\u522B"}),children:(0,n.n)(M,o.operatorType)}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.method",defaultMessage:"\u65B9\u6CD5\u540D\u79F0"}),children:o.method}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_url",defaultMessage:"\u8BF7\u6C42URL"}),children:o.operUrl}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_param",defaultMessage:"\u8BF7\u6C42\u53C2\u6570"}),children:o.operParam}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.json_result",defaultMessage:"\u8FD4\u56DE\u53C2\u6570"}),children:o.jsonResult}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.error_msg",defaultMessage:"\u9519\u8BEF\u6D88\u606F"}),children:o.errorMsg}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.status",defaultMessage:"\u64CD\u4F5C\u72B6\u6001"}),children:(0,n.n)(_,o.status)}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_time",defaultMessage:"\u64CD\u4F5C\u65F6\u95F4"}),children:(d=o.operTime)===null||d===void 0?void 0:d.toString()})]})})};u.default=p},61314:function(m,u,a){a.d(u,{n:function(){return i}});function i(l,s,t){if(s!==void 0){var n=l[s];if(n)return n.text}return t||s}}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[1842,7629],{41842:function(P,r,t){t.r(r);var T=t(97857),y=t.n(T),j=t(5574),m=t.n(j),l=t(67294),s=t(84567),C=t(66309),x=t(71230),_=t(15746),u=t(83622),M=t(76772),O=t(19035),b=t(50727),e=t(85893),i=[{label:"true",value:"1"},{label:"false",value:"0"}],S=function(c){var Z=(0,l.useRef)(),L=(0,l.useState)(),I=m()(L,2),f=I[0],E=I[1],R=(0,l.useState)([]),p=m()(R,2),B=p[0],h=p[1],o=c.data,g=c.dictData,D=c.onStepSubmit,K=[{title:"\u7F16\u53F7",dataIndex:"columnId",editable:!1,width:80},{title:"\u5B57\u6BB5\u540D",dataIndex:"columnName",editable:!1},{title:"\u5B57\u6BB5\u63CF\u8FF0",dataIndex:"columnComment",hideInForm:!0,hideInSearch:!0,width:200},{title:"\u5B57\u6BB5\u7C7B\u578B",dataIndex:"columnType",editable:!1},{title:"Java\u7C7B\u578B",dataIndex:"javaType",valueType:"select",valueEnum:{Long:{text:"Long"},String:{text:"String"},Integer:{text:"Integer"},Double:{text:"Double"},BigDecimal:{text:"BigDecimal"},Date:{text:"Date"}}},{title:"Java\u5C5E\u6027",dataIndex:"javaField"},{title:"\u63D2\u5165",dataIndex:"isInsert",valueType:"select",fieldProps:{options:i},render:function(a,d){return(0,e.jsx)(s.Z,{checked:d.isInsert==="1"})}},{title:"\u7F16\u8F91",dataIndex:"isEdit",valueType:"select",fieldProps:{options:i},render:function(a,d){return(0,e.jsx)(s.Z,{checked:d.isEdit==="1"})}},{title:"\u5217\u8868",dataIndex:"isList",valueType:"select",fieldProps:{options:i},render:function(a,d){return(0,e.jsx)(s.Z,{checked:d.isList==="1"})}},{title:"\u67E5\u8BE2",dataIndex:"isQuery",valueType:"select",fieldProps:{options:i},render:function(a,d){return(0,e.jsx)(s.Z,{checked:d.isQuery==="1"})}},{title:"\u67E5\u8BE2\u65B9\u5F0F",dataIndex:"queryType",valueType:"select",valueEnum:{EQ:{text:"="},NE:{text:"!="},GT:{text:">"},GTE:{text:">="},LT:{text:"<"},LTE:{text:"<="},LIKE:{text:"LIKE"},BETWEEN:{text:"BETWEEN"}}},{title:"\u5FC5\u586B",dataIndex:"isRequired",valueType:"select",fieldProps:{options:i},render:function(a,d){return(0,e.jsx)(s.Z,{checked:d.isRequired==="1"})}},{title:"\u663E\u793A\u7C7B\u578B",dataIndex:"htmlType",hideInSearch:!0,valueType:"select",valueEnum:{input:{text:"\u6587\u672C\u6846"},textarea:{text:"\u6587\u672C\u57DF"},select:{text:"\u4E0B\u62C9\u6846"},radio:{text:"\u5355\u9009\u6846"},checkbox:{text:"\u590D\u9009\u6846"},datetime:{text:"\u65E5\u671F\u63A7\u4EF6"},imageUpload:{text:"\u56FE\u7247\u4E0A\u4F20"},fileUpload:{text:"\u6587\u4EF6\u4E0A\u4F20"},editor:{text:"\u5BCC\u6587\u672C\u63A7\u4EF6"}}},{title:"\u5B57\u5178\u7C7B\u578B",dataIndex:"dictType",hideInSearch:!0,valueType:"select",fieldProps:{options:g},render:function(a){return(0,e.jsx)(C.Z,{color:"#108ee9",children:a})}}];(0,l.useEffect)(function(){E(o),o&&h(o.map(function(n){return n.columnId}))},[o]);var v=function(a){D&&D("column",f,a)},A=function(a){E(y()({},a))};return(0,e.jsxs)(l.Fragment,{children:[(0,e.jsx)(x.Z,{children:(0,e.jsx)(_.Z,{span:24,children:(0,e.jsx)(b.Z,{formRef:Z,rowKey:"columnId",search:!1,columns:K,value:f,editable:{type:"multiple",editableKeys:B,onChange:h,actionRender:function(a,d,U){return[U.delete]},onValuesChange:function(a,d){E(d)}},onChange:A,recordCreatorProps:!1})})}),(0,e.jsxs)(x.Z,{justify:"center",children:[(0,e.jsx)(_.Z,{span:4,children:(0,e.jsx)(u.ZP,{type:"primary",onClick:function(){M.history.back()},children:"\u8FD4\u56DE"})}),(0,e.jsx)(_.Z,{span:4,children:(0,e.jsx)(u.ZP,{type:"primary",className:O.Z.step_buttons,onClick:function(){v("prev")},children:"\u4E0A\u4E00\u6B65"})}),(0,e.jsx)(_.Z,{span:4,children:(0,e.jsx)(u.ZP,{type:"primary",onClick:function(){v("next")},children:"\u4E0B\u4E00\u6B65"})})]})]})};r.default=S},19035:function(P,r){r.Z={steps:"steps____stZD"}}}]);

View File

@@ -0,0 +1 @@
.steps____stZD.ant-steps{max-width:750px;margin:16px auto}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[2205],{42205:function(v,i,e){e.r(i);var u=e(17788),l=e(67294),c=e(64389),n=e(85893),d=function(t){var o=t.open,C=t.values,a=t.matching,s=(0,l.useRef)(null);return(0,l.useEffect)(function(){if(console.log(a),a&&o){var r=c.S1(s.current),m=a.educationMatch,f=a.maxSimilarity,h=a.salaryMatch,E=a.areaMatch;r.setOption({radar:{shape:"circle",indicator:[{name:"\u5B66\u5386",max:1},{name:"\u85AA\u8D44",max:1},{name:"\u533A\u57DF",max:1},{name:"\u5185\u5BB9",max:1}]},series:[{name:"\u7EFC\u5408\u5339\u914D\u5EA6",type:"radar",data:[{value:[m,h,E,f],name:"Allocated Budget"}]}]})}},[a]),(0,n.jsx)(u.Z,{title:"\u5339\u914D\u8BE6\u60C5",width:400,open:t.open,footer:"",onCancel:function(){return t.onClose()},maskClosable:!0,children:(0,n.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center"},children:(0,n.jsx)("div",{style:{width:"300px",height:"300px"},ref:s})})})};i.default=d}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[2222],{5966:function(x,h,_){var O=_(97685),a=_(1413),D=_(91),M=_(21770),I=_(77569),j=_(55241),g=_(98423),B=_(67294),c=_(43495),s=_(85893),R=["fieldProps","proFieldProps"],Z=["fieldProps","proFieldProps"],m="text",f=function(n){var e=n.fieldProps,o=n.proFieldProps,l=(0,D.Z)(n,R);return(0,s.jsx)(c.Z,(0,a.Z)({valueType:m,fieldProps:e,filedConfig:{valueType:m},proFieldProps:o},l))},u=function(n){var e=(0,M.Z)(n.open||!1,{value:n.open,onChange:n.onOpenChange}),o=(0,O.Z)(e,2),l=o[0],P=o[1];return(0,s.jsx)(I.Z.Item,{shouldUpdate:!0,noStyle:!0,children:function(v){var t,p=v.getFieldValue(n.name||[]);return(0,s.jsx)(j.Z,(0,a.Z)((0,a.Z)({getPopupContainer:function(r){return r&&r.parentNode?r.parentNode:r},onOpenChange:function(r){return P(r)},content:(0,s.jsxs)("div",{style:{padding:"4px 0"},children:[(t=n.statusRender)===null||t===void 0?void 0:t.call(n,p),n.strengthText?(0,s.jsx)("div",{style:{marginTop:10},children:(0,s.jsx)("span",{children:n.strengthText})}):null]}),overlayStyle:{width:240},placement:"rightTop"},n.popoverProps),{},{open:l,children:n.children}))}})},A=function(n){var e=n.fieldProps,o=n.proFieldProps,l=(0,D.Z)(n,Z),P=(0,B.useState)(!1),E=(0,O.Z)(P,2),v=E[0],t=E[1];return e!=null&&e.statusRender&&l.name?(0,s.jsx)(u,{name:l.name,statusRender:e==null?void 0:e.statusRender,popoverProps:e==null?void 0:e.popoverProps,strengthText:e==null?void 0:e.strengthText,open:v,onOpenChange:t,children:(0,s.jsx)("div",{children:(0,s.jsx)(c.Z,(0,a.Z)({valueType:"password",fieldProps:(0,a.Z)((0,a.Z)({},(0,g.Z)(e,["statusRender","popoverProps","strengthText"])),{},{onBlur:function(i){var r;e==null||(r=e.onBlur)===null||r===void 0||r.call(e,i),t(!1)},onClick:function(i){var r;e==null||(r=e.onClick)===null||r===void 0||r.call(e,i),t(!0)}}),proFieldProps:o,filedConfig:{valueType:m}},l))})}):(0,s.jsx)(c.Z,(0,a.Z)({valueType:"password",fieldProps:e,proFieldProps:o,filedConfig:{valueType:m}},l))},C=f;C.Password=A,C.displayName="ProFormComponent",h.Z=C},62222:function(x,h,_){_.r(h);var O=_(15009),a=_.n(O),D=_(97857),M=_.n(D),I=_(99289),j=_.n(I),g=_(5574),B=_.n(g),c=_(67294),s=_(77569),R=_(17788),Z=_(76772),m=_(97269),f=_(5966),u=_(85893),A=function(d){var n=s.Z.useForm(),e=B()(n,1),o=e[0],l=s.Z.useWatch("password",o),P=d.values.userId,E=(0,Z.useIntl)(),v=function(){o.submit()},t=function(){d.onCancel()},p=function(){var r=j()(a()().mark(function F(T){return a()().wrap(function(W){for(;;)switch(W.prev=W.next){case 0:d.onSubmit(M()(M()({},T),{},{userId:P}));case 1:case"end":return W.stop()}},F)}));return function(T){return r.apply(this,arguments)}}(),i=function(F,T){return T===l?Promise.resolve():Promise.reject(new Error("\u4E24\u6B21\u5BC6\u7801\u8F93\u5165\u4E0D\u4E00\u81F4"))};return(0,u.jsx)(R.Z,{width:640,title:E.formatMessage({id:"system.user.reset.password",defaultMessage:"\u5BC6\u7801\u91CD\u7F6E"}),open:d.open,destroyOnClose:!0,onOk:v,onCancel:t,children:(0,u.jsxs)(m.A,{grid:!0,form:o,layout:"horizontal",onFinish:p,initialValues:{password:"",confirm_password:""},children:[(0,u.jsxs)("p",{children:["\u8BF7\u8F93\u5165\u7528\u6237",d.values.userName,"\u7684\u65B0\u5BC6\u7801\uFF01"]}),(0,u.jsx)(f.Z.Password,{name:"password",label:"\u767B\u5F55\u5BC6\u7801",rules:[{required:!0,message:"\u767B\u5F55\u5BC6\u7801\u4E0D\u53EF\u4E3A\u7A7A\u3002"}]}),(0,u.jsx)(f.Z.Password,{name:"confirm_password",label:"\u786E\u8BA4\u5BC6\u7801",rules:[{required:!0,message:"\u786E\u8BA4\u5BC6\u7801"},{validator:i}]})]})})};h.default=A}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[2273],{12273:function(s,e,n){n.r(e)}}]);

View File

@@ -0,0 +1 @@
.job-portal-profile{min-height:100vh;background-color:#f5f5f5}.job-portal-profile .profile-content{padding:24px 0}.job-portal-profile .profile-content .profile-container{max-width:1200px;margin:0 auto;padding:0 20px}.job-portal-profile .profile-content .profile-container .profile-card .avatar-section{text-align:center}.job-portal-profile .profile-content .profile-container .profile-card .avatar-section .edit-avatar-btn{margin-top:16px;width:100%}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-header .user-name{margin:0;color:#1890ff}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-details{margin-bottom:16px}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-details .detail-item{display:flex;align-items:center;gap:8px;color:#666}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-details .detail-item .detail-icon{color:#1890ff}.job-portal-profile .profile-content .profile-container .profile-card .user-info .contact-info{margin-bottom:16px}.job-portal-profile .profile-content .profile-container .profile-card .user-info .contact-info .contact-item{display:flex;align-items:center;gap:8px;color:#999}.job-portal-profile .profile-content .profile-container .profile-card .user-info .contact-info .contact-item .contact-icon{color:#666}.job-portal-profile .profile-content .profile-container .profile-card .user-info .profile-completeness .ant-progress .ant-progress-bg{background:linear-gradient(90deg,#1890ff,#40a9ff)}.job-portal-profile .profile-content .profile-container .section-card .ant-card-head{border-bottom:1px solid #f0f0f0}.job-portal-profile .profile-content .profile-container .section-card .ant-card-head .ant-card-head-title{color:#1890ff;font-weight:600}.job-portal-profile .profile-content .profile-container .section-card .resume-section .resume-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.job-portal-profile .profile-content .profile-container .section-card .resume-section .resume-header .resume-info .ant-typography{margin-bottom:4px}.job-portal-profile .profile-content .profile-container .section-card .resume-section .resume-status{display:flex;align-items:center;gap:16px}.job-portal-profile .profile-content .profile-container .section-card .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.job-portal-profile .profile-content .profile-container .section-card .stats-grid .stat-item{text-align:center;padding:16px;background:#f8f9fa;border-radius:8px;transition:all .3s}.job-portal-profile .profile-content .profile-container .section-card .stats-grid .stat-item:hover{background:#e6f7ff;transform:translateY(-2px)}.job-portal-profile .profile-content .profile-container .section-card .stats-grid .stat-item .stat-number{font-size:24px;font-weight:700;color:#1890ff;margin-bottom:4px}.job-portal-profile .profile-content .profile-container .section-card .stats-grid .stat-item .stat-label{font-size:12px;color:#666}@media (max-width: 768px){.job-portal-profile .profile-content{padding:16px 0}.job-portal-profile .profile-content .profile-container{padding:0 16px}.job-portal-profile .profile-content .profile-container .profile-card .ant-row .ant-col{margin-bottom:16px}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-header{flex-direction:column;align-items:flex-start;gap:12px}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-header .user-name{font-size:20px}.job-portal-profile .profile-content .profile-container .profile-card .user-info .user-details .ant-space{width:100%;justify-content:flex-start}.job-portal-profile .profile-content .profile-container .profile-card .user-info .contact-info .ant-space{flex-direction:column;align-items:flex-start;width:100%}.job-portal-profile .profile-content .profile-container .ant-row .ant-col{margin-bottom:16px}.job-portal-profile .profile-content .profile-container .section-card .stats-grid{grid-template-columns:1fr;gap:12px}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[2385],{92385:function(A){A.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[2594],{72594:function(m,u,a){a.r(u);var i=a(67294),l=a(17788),s=a(26412),t=a(76772),n=a(61314),e=a(85893),p=function(r){var d,o=r.values,g=r.businessTypeOptions,M=r.operatorTypeOptions,_=r.statusOptions,c=(0,t.useIntl)(),C=function(){},F=function(){r.onCancel()};return(0,e.jsx)(l.Z,{width:640,title:c.formatMessage({id:"monitor.operlog.title",defaultMessage:"\u7F16\u8F91\u64CD\u4F5C\u65E5\u5FD7\u8BB0\u5F55"}),open:r.open,destroyOnClose:!0,onOk:C,onCancel:F,children:(0,e.jsxs)(s.Z,{column:24,children:[(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.module",defaultMessage:"\u64CD\u4F5C\u6A21\u5757"}),children:"".concat(o.title,"/").concat((0,n.n)(g,o.businessType))}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.request_method",defaultMessage:"\u8BF7\u6C42\u65B9\u5F0F"}),children:o.requestMethod}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_name",defaultMessage:"\u64CD\u4F5C\u4EBA\u5458"}),children:"".concat(o.operName,"/").concat(o.operIp)}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.operator_type",defaultMessage:"\u64CD\u4F5C\u7C7B\u522B"}),children:(0,n.n)(M,o.operatorType)}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.method",defaultMessage:"\u65B9\u6CD5\u540D\u79F0"}),children:o.method}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_url",defaultMessage:"\u8BF7\u6C42URL"}),children:o.operUrl}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_param",defaultMessage:"\u8BF7\u6C42\u53C2\u6570"}),children:o.operParam}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.json_result",defaultMessage:"\u8FD4\u56DE\u53C2\u6570"}),children:o.jsonResult}),(0,e.jsx)(s.Z.Item,{span:24,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.error_msg",defaultMessage:"\u9519\u8BEF\u6D88\u606F"}),children:o.errorMsg}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.status",defaultMessage:"\u64CD\u4F5C\u72B6\u6001"}),children:(0,n.n)(_,o.status)}),(0,e.jsx)(s.Z.Item,{span:12,label:(0,e.jsx)(t.FormattedMessage,{id:"monitor.operlog.oper_time",defaultMessage:"\u64CD\u4F5C\u65F6\u95F4"}),children:(d=o.operTime)===null||d===void 0?void 0:d.toString()})]})})};u.default=p},61314:function(m,u,a){a.d(u,{n:function(){return i}});function i(l,s,t){if(s!==void 0){var n=l[s];if(n)return n.text}return t||s}}}]);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[2654],{82654:function(s,e,n){n.r(e)}}]);

View File

@@ -0,0 +1 @@
.avatarHolder{margin-bottom:16px;text-align:center;position:relative;display:inline-block;height:120px}.avatarHolder>img{width:120px;height:120px;margin-bottom:20px;border-radius:50%}.avatarHolder:hover:after{position:absolute;top:0;right:0;bottom:0;left:0;color:#eee;font-size:24px;font-style:normal;line-height:110px;background:#00000080;border-radius:50%;cursor:pointer;content:"+";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.teamTitle{margin-bottom:12px;color:#000000d9;font-weight:500}.team :global .ant-avatar{margin-right:12px}.team a{display:block;margin-bottom:24px;overflow:hidden;color:#000000d9;white-space:nowrap;text-overflow:ellipsis;word-break:break-all;transition:color .3s}.team a:hover{color:#1890ff}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.mapContent___qhQbM{height:400px;width:100%;min-width:300px;border:1px solid #e8e8e8}.AmapContainer___InOg5{position:relative;padding-top:26px}.AmapContainer___InOg5 .Amap_search___AwaId{position:absolute;left:0;top:0;z-index:9;width:100%}.amap-logo___lGGGV .amap-copyright___xj_Ck{display:none}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.card___fGN_T{margin-bottom:12px}.miniChart___Qvm3q{position:relative;width:100%}.miniChart___Qvm3q .chartContent___keQ6l{position:absolute;bottom:-28px;width:100%}.miniChart___Qvm3q .chartContent___keQ6l>div{margin:0 -5px;overflow:hidden}.miniChart___Qvm3q .chartLoading___wFM1g{position:absolute;top:16px;left:50%;margin-left:-7px}

View File

@@ -0,0 +1 @@
.mapContent___qhQbM{height:400px;width:100%;min-width:300px;border:1px solid #e8e8e8}.AmapContainer___InOg5{position:relative;padding-top:26px}.AmapContainer___InOg5 .Amap_search___AwaId{position:absolute;left:0;top:0;z-index:9;width:100%}.amap-logo___lGGGV .amap-copyright___xj_Ck{display:none}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[3277],{33277:function(s,e,n){n.r(e)}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.card___fGN_T{margin-bottom:12px}.miniChart___Qvm3q{position:relative;width:100%}.miniChart___Qvm3q .chartContent___keQ6l{position:absolute;bottom:-28px;width:100%}.miniChart___Qvm3q .chartContent___keQ6l>div{margin:0 -5px;overflow:hidden}.miniChart___Qvm3q .chartLoading___wFM1g{position:absolute;top:16px;left:50%;margin-left:-7px}

View File

@@ -0,0 +1 @@
.cards{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:30px}.cards .card{display:flex;align-items:center;margin-right:80px}.cards .card .label{margin-right:10px;white-space:nowrap}

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[3366],{23366:function(s,e,n){n.r(e)}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.footprints-page{min-height:100vh;background-color:#f5f5f5}.footprints-page .page-content{max-width:1200px;margin:0 auto;padding:24px}.footprints-page .page-content .back-button{margin-bottom:16px}.footprints-page .page-content .back-button .ant-btn{color:#1890ff;padding:0}.footprints-page .page-content .back-button .ant-btn:hover{color:#40a9ff}.footprints-page .page-content .page-header{margin-bottom:24px}.footprints-page .page-content .page-header .ant-typography{margin-bottom:8px}.footprints-page .page-content .job-list .job-card{margin-bottom:16px;border-radius:8px;cursor:pointer;transition:all .3s}.footprints-page .page-content .job-list .job-card:hover{box-shadow:0 4px 12px #0000001a}.footprints-page .page-content .job-list .job-card .job-info .job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.footprints-page .page-content .job-list .job-card .job-info .job-header .job-title{margin:0;font-size:18px;color:#262626;flex:1 1}.footprints-page .page-content .job-list .job-card .job-info .job-header .job-salary{color:#ff4d4f;font-size:18px;font-weight:600;margin-left:16px}.footprints-page .page-content .job-list .job-card .job-info .job-meta{margin-bottom:12px;display:flex;flex-wrap:wrap;gap:16px;align-items:center}.footprints-page .page-content .job-list .job-card .job-info .job-meta .job-company{color:#595959;font-size:14px}.footprints-page .page-content .job-list .job-card .job-info .job-meta .job-location{color:#8c8c8c;font-size:14px}.footprints-page .page-content .job-list .job-card .job-info .job-meta .job-location .anticon{margin-right:4px}.footprints-page .page-content .job-list .job-card .job-info .job-tags{margin-bottom:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.footprints-page .page-content .job-list .job-card .job-info .job-tags .job-tag{margin:0;font-size:13px;font-weight:500;padding:4px 12px;border-radius:4px;border:none}.footprints-page .page-content .job-list .job-card .job-info .job-tags .job-tag.experience-tag{background-color:#e6f7ff;color:#1890ff}.footprints-page .page-content .job-list .job-card .job-info .job-tags .job-tag.vacancies-tag{background-color:#fff7e6;color:#fa8c16}.footprints-page .page-content .job-list .job-card .job-info .job-footer{margin-top:8px}.footprints-page .page-content .job-list .job-card .job-info .job-footer .anticon{margin-right:4px}.footprints-page .page-content .job-list .job-card .job-visit-info{display:flex;justify-content:flex-end;align-items:flex-start;padding-top:8px}

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[3505],{53505:function(s,e,n){n.r(e)}}]);

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.cards___qxe7y{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:30px}.cards___qxe7y .card___xGMZT{display:flex;align-items:center;margin-right:80px}.cards___qxe7y .card___xGMZT .label___uCIdm{margin-right:10px;white-space:nowrap}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.mapContent___qhQbM{height:400px;width:100%;min-width:300px;border:1px solid #e8e8e8}.AmapContainer___InOg5{position:relative;padding-top:26px}.AmapContainer___InOg5 .Amap_search___AwaId{position:absolute;left:0;top:0;z-index:9;width:100%}.amap-logo___lGGGV .amap-copyright___xj_Ck{display:none}

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[3703,7476],{37476:function(ce,F,a){a.d(F,{Y:function(){return Y}});var m=a(55850),Z=a(15861),f=a(1413),I=a(97685),K=a(91),y=a(73177),j=a(21532),S=a(17788),k=a(21770),V=a(8880),w=a(80334),s=a(67294),H=a(73935),G=a(78733),v=a(85893),X=["children","trigger","onVisibleChange","onOpenChange","modalProps","onFinish","submitTimeout","title","width","visible","open"];function Y(u){var p,C,z=u.children,P=u.trigger,g=u.onVisibleChange,O=u.onOpenChange,e=u.modalProps,T=u.onFinish,E=u.submitTimeout,J=u.title,N=u.width,D=u.visible,$=u.open,i=(0,K.Z)(u,X);(0,w.ET)(!i.footer||!(e!=null&&e.footer),"ModalForm \u662F\u4E00\u4E2A ProForm \u7684\u7279\u6B8A\u5E03\u5C40\uFF0C\u5982\u679C\u60F3\u81EA\u5B9A\u4E49\u6309\u94AE\uFF0C\u8BF7\u4F7F\u7528 submit.render \u81EA\u5B9A\u4E49\u3002");var R=(0,s.useContext)(j.ZP.ConfigContext),Q=(0,s.useState)([]),q=(0,I.Z)(Q,2),ee=q[1],ne=(0,s.useState)(!1),U=(0,I.Z)(ne,2),B=U[0],A=U[1],re=(0,k.Z)(!!D,{value:$||D,onChange:O||g}),W=(0,I.Z)(re,2),b=W[0],_=W[1],x=(0,s.useRef)(null),le=(0,s.useCallback)(function(l){x.current===null&&l&&ee([]),x.current=l},[]),h=(0,s.useRef)(),te=(0,s.useCallback)(function(){var l,n,r,o=(l=(n=i.form)!==null&&n!==void 0?n:(r=i.formRef)===null||r===void 0?void 0:r.current)!==null&&l!==void 0?l:h.current;o&&e!==null&&e!==void 0&&e.destroyOnClose&&o.resetFields()},[e==null?void 0:e.destroyOnClose,i.form,i.formRef]);(0,s.useImperativeHandle)(i.formRef,function(){return h.current},[h.current]),(0,s.useEffect)(function(){($||D)&&(O==null||O(!0),g==null||g(!0))},[D,$]);var oe=(0,s.useMemo)(function(){return P?s.cloneElement(P,(0,f.Z)((0,f.Z)({key:"trigger"},P.props),{},{onClick:function(){var l=(0,Z.Z)((0,m.Z)().mark(function r(o){var d,t;return(0,m.Z)().wrap(function(c){for(;;)switch(c.prev=c.next){case 0:_(!b),(d=P.props)===null||d===void 0||(t=d.onClick)===null||t===void 0||t.call(d,o);case 2:case"end":return c.stop()}},r)}));function n(r){return l.apply(this,arguments)}return n}()})):null},[_,P,b]),ie=(0,s.useMemo)(function(){var l,n,r,o,d,t,M;return i.submitter===!1?!1:(0,V.T)({searchConfig:{submitText:(l=(n=e==null?void 0:e.okText)!==null&&n!==void 0?n:(r=R.locale)===null||r===void 0||(r=r.Modal)===null||r===void 0?void 0:r.okText)!==null&&l!==void 0?l:"\u786E\u8BA4",resetText:(o=(d=e==null?void 0:e.cancelText)!==null&&d!==void 0?d:(t=R.locale)===null||t===void 0||(t=t.Modal)===null||t===void 0?void 0:t.cancelText)!==null&&o!==void 0?o:"\u53D6\u6D88"},resetButtonProps:{preventDefault:!0,disabled:E?B:void 0,onClick:function(de){var L;_(!1),e==null||(L=e.onCancel)===null||L===void 0||L.call(e,de)}}},(M=i.submitter)!==null&&M!==void 0?M:{})},[(p=R.locale)===null||p===void 0||(p=p.Modal)===null||p===void 0?void 0:p.cancelText,(C=R.locale)===null||C===void 0||(C=C.Modal)===null||C===void 0?void 0:C.okText,e,i.submitter,_,B,E]),ae=(0,s.useCallback)(function(l,n){return(0,v.jsxs)(v.Fragment,{children:[l,x.current&&n?(0,v.jsx)(s.Fragment,{children:(0,H.createPortal)(n,x.current)},"submitter"):n]})},[]),se=(0,s.useCallback)(function(){var l=(0,Z.Z)((0,m.Z)().mark(function n(r){var o,d,t;return(0,m.Z)().wrap(function(c){for(;;)switch(c.prev=c.next){case 0:return o=T==null?void 0:T(r),E&&o instanceof Promise&&(A(!0),d=setTimeout(function(){return A(!1)},E),o.finally(function(){clearTimeout(d),A(!1)})),c.next=4,o;case 4:return t=c.sent,t&&_(!1),c.abrupt("return",t);case 7:case"end":return c.stop()}},n)}));return function(n){return l.apply(this,arguments)}}(),[T,_,E]),ue=(0,y.X)(b);return(0,v.jsxs)(v.Fragment,{children:[(0,v.jsx)(S.Z,(0,f.Z)((0,f.Z)((0,f.Z)({title:J,width:N||800},e),ue),{},{onCancel:function(n){var r;E&&B||(_(!1),e==null||(r=e.onCancel)===null||r===void 0||r.call(e,n))},afterClose:function(){var n;te(),b&&_(!1),e==null||(n=e.afterClose)===null||n===void 0||n.call(e)},footer:i.submitter!==!1?(0,v.jsx)("div",{ref:le,style:{display:"flex",justifyContent:"flex-end"}}):null,children:(0,v.jsx)(G.I,(0,f.Z)((0,f.Z)({formComponentType:"ModalForm",layout:"vertical"},i),{},{onInit:function(n,r){var o;i.formRef&&(i.formRef.current=r),i==null||(o=i.onInit)===null||o===void 0||o.call(i,n,r),h.current=r},formRef:h,submitter:ie,onFinish:function(){var l=(0,Z.Z)((0,m.Z)().mark(function n(r){var o;return(0,m.Z)().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,se(r);case 2:return o=t.sent,t.abrupt("return",o);case 4:case"end":return t.stop()}},n)}));return function(n){return l.apply(this,arguments)}}(),contentRender:ae,children:z}))})),oe]})}}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[3993],{53993:function(u,n,e){e.r(n);var a=e(67294),c=e(85893),d=function(){return(0,a.useEffect)(function(){var t=document.getElementById("bdIframe");if(t){var i=document.documentElement.clientWidth,r=document.documentElement.clientHeight;t.style.width="".concat(Number(i)-260,"px"),t.style.height="".concat(Number(r)-120,"px")}}),(0,c.jsx)("div",{style:{},children:(0,c.jsx)("iframe",{style:{width:"100%",border:"0px",height:"100%"},src:"/api/swagger-ui/index.html",id:"bdIframe"})})};n.default=d}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.card{margin-bottom:12px}.miniChart{position:relative;width:100%}.miniChart .chartContent{position:absolute;bottom:-28px;width:100%}.miniChart .chartContent>div{margin:0 -5px;overflow:hidden}.miniChart .chartLoading{position:absolute;top:16px;left:50%;margin-left:-7px}

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[4229],{14229:function(s,e,n){n.r(e)}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[448],{64317:function(g,D,e){var _=e(1413),d=e(91),M=e(22270),a=e(67294),O=e(66758),C=e(43495),I=e(85893),F=["fieldProps","children","params","proFieldProps","mode","valueEnum","request","showSearch","options"],R=["fieldProps","children","params","proFieldProps","mode","valueEnum","request","options"],T=function(o,E){var p=o.fieldProps,s=o.children,t=o.params,P=o.proFieldProps,h=o.mode,c=o.valueEnum,n=o.request,l=o.showSearch,u=o.options,f=(0,d.Z)(o,F),v=(0,a.useContext)(O.Z);return(0,I.jsx)(C.Z,(0,_.Z)((0,_.Z)({valueEnum:(0,M.h)(c),request:n,params:t,valueType:"select",filedConfig:{customLightMode:!0},fieldProps:(0,_.Z)({options:u,mode:h,showSearch:l,getPopupContainer:v.getPopupContainer},p),ref:E,proFieldProps:P},f),{},{children:s}))},A=a.forwardRef(function(r,o){var E=r.fieldProps,p=r.children,s=r.params,t=r.proFieldProps,P=r.mode,h=r.valueEnum,c=r.request,n=r.options,l=(0,d.Z)(r,R),u=(0,_.Z)({options:n,mode:P||"multiple",labelInValue:!0,showSearch:!0,suffixIcon:null,autoClearSearchValue:!0,optionLabelProp:"label"},E),f=(0,a.useContext)(O.Z);return(0,I.jsx)(C.Z,(0,_.Z)((0,_.Z)({valueEnum:(0,M.h)(h),request:c,params:s,valueType:"select",filedConfig:{customLightMode:!0},fieldProps:(0,_.Z)({getPopupContainer:f.getPopupContainer},u),ref:o,proFieldProps:t},l),{},{children:p}))}),S=a.forwardRef(T),i=A,m=S;m.SearchSelect=i,m.displayName="ProFormComponent",D.Z=m},80448:function(g,D,e){e.r(D);var _=e(15009),d=e.n(_),M=e(99289),a=e.n(M),O=e(5574),C=e.n(O),I=e(67294),F=e(77569),R=e(17788),T=e(76772),A=e(97269),S=e(64317),i=e(85893),m=function(o){var E=F.Z.useForm(),p=C()(E,1),s=p[0];(0,I.useEffect)(function(){s.resetFields(),s.setFieldValue("roleIds",o.roleIds)});var t=(0,T.useIntl)(),P=function(){s.submit()},h=function(){o.onCancel()},c=function(){var n=a()(d()().mark(function l(u){return d()().wrap(function(v){for(;;)switch(v.prev=v.next){case 0:o.onSubmit(u);case 1:case"end":return v.stop()}},l)}));return function(u){return n.apply(this,arguments)}}();return(0,i.jsx)(R.Z,{width:640,title:t.formatMessage({id:"system.user.auth.role",defaultMessage:"\u5206\u914D\u89D2\u8272"}),open:o.open,destroyOnClose:!0,forceRender:!0,onOk:P,onCancel:h,children:(0,i.jsx)(A.A,{form:s,grid:!0,layout:"horizontal",onFinish:c,initialValues:{login_password:"",confirm_password:""},children:(0,i.jsx)(S.Z,{name:"roleIds",mode:"multiple",label:t.formatMessage({id:"system.user.role",defaultMessage:"\u89D2\u8272"}),options:o.roles,placeholder:"\u8BF7\u9009\u62E9\u89D2\u8272",rules:[{required:!0,message:"\u8BF7\u9009\u62E9\u89D2\u8272!"}]})})})};D.default=m}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[4746],{54746:function(){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[5400,7629],{90672:function(R,i,e){var c=e(1413),a=e(91),h=e(67294),O=e(43495),j=e(85893),Z=["fieldProps","proFieldProps"],x=function(l,t){var M=l.fieldProps,f=l.proFieldProps,P=(0,a.Z)(l,Z);return(0,j.jsx)(O.Z,(0,c.Z)({ref:t,valueType:"textarea",fieldProps:M,proFieldProps:f},P))};i.Z=h.forwardRef(x)},5966:function(R,i,e){var c=e(97685),a=e(1413),h=e(91),O=e(21770),j=e(77569),Z=e(55241),x=e(98423),m=e(67294),l=e(43495),t=e(85893),M=["fieldProps","proFieldProps"],f=["fieldProps","proFieldProps"],P="text",W=function(r){var n=r.fieldProps,o=r.proFieldProps,d=(0,h.Z)(r,M);return(0,t.jsx)(l.Z,(0,a.Z)({valueType:P,fieldProps:n,filedConfig:{valueType:P},proFieldProps:o},d))},g=function(r){var n=(0,O.Z)(r.open||!1,{value:r.open,onChange:r.onOpenChange}),o=(0,c.Z)(n,2),d=o[0],v=o[1];return(0,t.jsx)(j.Z.Item,{shouldUpdate:!0,noStyle:!0,children:function(p){var u,B=p.getFieldValue(r.name||[]);return(0,t.jsx)(Z.Z,(0,a.Z)((0,a.Z)({getPopupContainer:function(_){return _&&_.parentNode?_.parentNode:_},onOpenChange:function(_){return v(_)},content:(0,t.jsxs)("div",{style:{padding:"4px 0"},children:[(u=r.statusRender)===null||u===void 0?void 0:u.call(r,B),r.strengthText?(0,t.jsx)("div",{style:{marginTop:10},children:(0,t.jsx)("span",{children:r.strengthText})}):null]}),overlayStyle:{width:240},placement:"rightTop"},r.popoverProps),{},{open:d,children:r.children}))}})},C=function(r){var n=r.fieldProps,o=r.proFieldProps,d=(0,h.Z)(r,f),v=(0,m.useState)(!1),E=(0,c.Z)(v,2),p=E[0],u=E[1];return n!=null&&n.statusRender&&d.name?(0,t.jsx)(g,{name:d.name,statusRender:n==null?void 0:n.statusRender,popoverProps:n==null?void 0:n.popoverProps,strengthText:n==null?void 0:n.strengthText,open:p,onOpenChange:u,children:(0,t.jsx)("div",{children:(0,t.jsx)(l.Z,(0,a.Z)({valueType:"password",fieldProps:(0,a.Z)((0,a.Z)({},(0,x.Z)(n,["statusRender","popoverProps","strengthText"])),{},{onBlur:function(D){var _;n==null||(_=n.onBlur)===null||_===void 0||_.call(n,D),u(!1)},onClick:function(D){var _;n==null||(_=n.onClick)===null||_===void 0||_.call(n,D),u(!0)}}),proFieldProps:o,filedConfig:{valueType:P}},d))})}):(0,t.jsx)(l.Z,(0,a.Z)({valueType:"password",fieldProps:n,proFieldProps:o,filedConfig:{valueType:P}},d))},I=W;I.Password=C,I.displayName="ProFormComponent",i.Z=I},35400:function(R,i,e){e.r(i);var c=e(15009),a=e.n(c),h=e(99289),O=e.n(h),j=e(5574),Z=e.n(j),x=e(77569),m=e(71230),l=e(15746),t=e(2453),M=e(83622),f=e(67294),P=e(76772),W=e(19035),g=e(97269),C=e(5966),I=e(90672),s=e(85893),r=function(o){var d,v,E,p,u,B=x.Z.useForm(),D=Z()(B,1),_=D[0],K=o.onStepSubmit;(0,f.useEffect)(function(){_.resetFields(),_.setFieldsValue({tableName:o.values.tableName})});var L=function(){var F=O()(a()().mark(function U(){var T;return a()().wrap(function(A){for(;;)switch(A.prev=A.next){case 0:return A.next=2,_.validateFields();case 2:T=A.sent,K&&K("base",T);case 4:case"end":return A.stop()}},U)}));return function(){return F.apply(this,arguments)}}();return(0,s.jsxs)(f.Fragment,{children:[(0,s.jsx)(m.Z,{children:(0,s.jsx)(l.Z,{span:24,children:(0,s.jsxs)(g.A,{form:_,onFinish:O()(a()().mark(function F(){return a()().wrap(function(T){for(;;)switch(T.prev=T.next){case 0:t.ZP.success("\u63D0\u4EA4\u6210\u529F");case 1:case"end":return T.stop()}},F)})),initialValues:{tableName:(d=o.values)===null||d===void 0?void 0:d.tableName,tableComment:(v=o.values)===null||v===void 0?void 0:v.tableComment,className:(E=o.values)===null||E===void 0?void 0:E.className,functionAuthor:(p=o.values)===null||p===void 0?void 0:p.functionAuthor,remark:(u=o.values)===null||u===void 0?void 0:u.remark},submitter:{resetButtonProps:{style:{display:"none"}},submitButtonProps:{style:{display:"none"}}},children:[(0,s.jsxs)(m.Z,{children:[(0,s.jsx)(l.Z,{span:12,order:1,children:(0,s.jsx)(C.Z,{name:"tableName",label:"\u8868\u540D\u79F0",rules:[{required:!0,message:"\u8868\u540D\u79F0\u4E0D\u53EF\u4E3A\u7A7A\u3002"}]})}),(0,s.jsx)(l.Z,{span:12,order:2,children:(0,s.jsx)(C.Z,{name:"tableComment",label:"\u8868\u63CF\u8FF0"})})]}),(0,s.jsxs)(m.Z,{children:[(0,s.jsx)(l.Z,{span:12,order:1,children:(0,s.jsx)(C.Z,{name:"className",label:"\u5B9E\u4F53\u7C7B\u540D\u79F0",rules:[{required:!0,message:"\u5B9E\u4F53\u7C7B\u540D\u79F0\u4E0D\u53EF\u4E3A\u7A7A\u3002"}]})}),(0,s.jsx)(l.Z,{span:12,order:2,children:(0,s.jsx)(C.Z,{name:"functionAuthor",label:"\u4F5C\u8005"})})]}),(0,s.jsx)(m.Z,{children:(0,s.jsx)(l.Z,{span:24,children:(0,s.jsx)(I.Z,{name:"remark",label:"\u5907\u6CE8"})})})]})})}),(0,s.jsxs)(m.Z,{justify:"center",children:[(0,s.jsx)(l.Z,{span:4,children:(0,s.jsx)(M.ZP,{type:"primary",className:W.Z.step_buttons,onClick:function(){P.history.back()},children:"\u8FD4\u56DE"})}),(0,s.jsx)(l.Z,{span:4,children:(0,s.jsx)(M.ZP,{type:"primary",onClick:L,children:"\u4E0B\u4E00\u6B65"})})]})]})};i.default=r},19035:function(R,i){i.Z={steps:"steps____stZD"}}}]);

View File

@@ -0,0 +1 @@
.steps____stZD.ant-steps{max-width:750px;margin:16px auto}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[5500],{85500:function(){}}]);

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More