+
账号初始化成功!
{{ zhcshMessage }}
@@ -233,6 +233,7 @@ function handleBuildPlat(record) {
* @param record
*/
function handleInitAccount(record) {
+
var userInfo = { userName: record.tel, realname: record.name, orgCode: record.id, orgId: record.pkId }
console.log("🚀 ~ handleInitAccount ~ userInfo:", userInfo)
defHttp.post({ url: '/sys/user/initialization', params: userInfo }).then(res => {
diff --git a/src/views/admin/orgapplyinfo/OrgModifyInfo.data.ts b/src/views/admin/orgapplyinfo/OrgModifyInfo.data.ts
index d3d88b4..48c971c 100644
--- a/src/views/admin/orgapplyinfo/OrgModifyInfo.data.ts
+++ b/src/views/admin/orgapplyinfo/OrgModifyInfo.data.ts
@@ -6,7 +6,7 @@ import { getWeekMonthQuarterYear } from '/@/utils';
//列表数据
export const columns: BasicColumn[] = [
{
- title: '企业名称',
+ title: '机构名称',
align: 'center',
dataIndex: 'comName',
},
@@ -78,13 +78,13 @@ export const applyObj = {
issuingAuthority: '签发机关',
startTime: '有效开始日期',
endTime: '有效结束日期',
- cardZmPath: '身份证正面照片',
- cardFmPath: '身份证反面照片',
- comBusinessLicense: '营业执照照片',
- comName: '企业名称',
- comRegisterAddress: '企业注册地址',
- comCreditCode: '企业信用代码',
- comLegalPerson: '企业法人',
+ cardZmPath: '人像面',
+ cardFmPath: '国徽面',
+ comBusinessLicense: '营业执照',
+ comName: '机构名称',
+ comRegisterAddress: '机构注册地址',
+ comCreditCode: '机构信用代码',
+ comLegalPerson: '机构法人',
orgAddress: '机构地址',
orgLeader: '机构负责人',
orgLeaderPhone: '机构负责人电话',
diff --git a/src/views/admin/orgapplyinfo/OrgModifyInfoListBK.vue b/src/views/admin/orgapplyinfo/OrgModifyInfoListBK.vue
index ac5d609..562c12c 100644
--- a/src/views/admin/orgapplyinfo/OrgModifyInfoListBK.vue
+++ b/src/views/admin/orgapplyinfo/OrgModifyInfoListBK.vue
@@ -7,7 +7,7 @@
- 企业信息
+ 机构信息
diff --git a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue
index 6041b74..a274565 100644
--- a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue
+++ b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue
@@ -27,15 +27,15 @@
-
-
+
+
-
-
@@ -111,7 +111,7 @@
-
@@ -162,7 +162,7 @@
-
diff --git a/src/views/admin/orgapplyinfo/components/OrgModifyInfoForm.vue b/src/views/admin/orgapplyinfo/components/OrgModifyInfoForm.vue
index 767098a..2d2f20a 100644
--- a/src/views/admin/orgapplyinfo/components/OrgModifyInfoForm.vue
+++ b/src/views/admin/orgapplyinfo/components/OrgModifyInfoForm.vue
@@ -110,19 +110,19 @@
-
-
-
+
-
-
+
+
-
-
-
-
+
-
-
+
diff --git a/src/views/biz/nuEmployeesAdvisoryInfo/NuEmployeesAdvisoryInfo.data.ts b/src/views/biz/nuEmployeesAdvisoryInfo/NuEmployeesAdvisoryInfo.data.ts
index 6ccadd4..2a81dba 100644
--- a/src/views/biz/nuEmployeesAdvisoryInfo/NuEmployeesAdvisoryInfo.data.ts
+++ b/src/views/biz/nuEmployeesAdvisoryInfo/NuEmployeesAdvisoryInfo.data.ts
@@ -137,8 +137,8 @@ export const superQuerySchema = {
issuingAuthority: {title: '签发机关',order: 10,view: 'text', type: 'string',},
startTime: {title: '有效开始日期',order: 11,view: 'date', type: 'string',},
endTime: {title: '有效结束日期',order: 12,view: 'date', type: 'string',},
- cardZmPath: {title: '身份证正面',order: 13,view: 'image', type: 'string',},
- cardFmPath: {title: '身份证反面',order: 14,view: 'image', type: 'string',},
+ cardZmPath: {title: '人像面',order: 13,view: 'image', type: 'string',},
+ cardFmPath: {title: '国徽面',order: 14,view: 'image', type: 'string',},
maritalStatus: {title: '婚否',order: 15,view: 'text', type: 'string',},
height: {title: '身高',order: 16,view: 'text', type: 'string',},
weight: {title: '体重',order: 17,view: 'text', type: 'string',},
diff --git a/src/views/biz/nuEmployeesAdvisoryInfo/components/NuEmployeesAdvisoryInfoForm.vue b/src/views/biz/nuEmployeesAdvisoryInfo/components/NuEmployeesAdvisoryInfoForm.vue
index 13116eb..c31789c 100644
--- a/src/views/biz/nuEmployeesAdvisoryInfo/components/NuEmployeesAdvisoryInfoForm.vue
+++ b/src/views/biz/nuEmployeesAdvisoryInfo/components/NuEmployeesAdvisoryInfoForm.vue
@@ -147,7 +147,7 @@
-
@@ -155,7 +155,7 @@
-
diff --git a/src/views/demo/page/account/center/data.tsx b/src/views/demo/page/account/center/data.tsx
index e8251b3..5bfb137 100644
--- a/src/views/demo/page/account/center/data.tsx
+++ b/src/views/demo/page/account/center/data.tsx
@@ -90,7 +90,7 @@ export const articleList = (() => {
result.push({
title: 'Jeecg Admin',
description: ['Jeecg', '设计语言', 'Typescript'],
- content: '基于Vue Next, TypeScript, Ant Design实现的一套完整的企业级后台管理系统。',
+ content: '基于Vue Next, TypeScript, Ant Design实现的一套完整的机构级后台管理系统。',
time: '2020-11-14 11:20',
});
}
@@ -117,7 +117,7 @@ export const projectList = (() => {
for (let i = 0; i < 8; i++) {
result.push({
title: 'Jeecg Admin',
- content: '基于Vue Next, TypeScript, Ant Design实现的一套完整的企业级后台管理系统。',
+ content: '基于Vue Next, TypeScript, Ant Design实现的一套完整的机构级后台管理系统。',
});
}
return result;
diff --git a/src/views/demo/page/list/basic/data.tsx b/src/views/demo/page/list/basic/data.tsx
index 193328d..33b571d 100644
--- a/src/views/demo/page/list/basic/data.tsx
+++ b/src/views/demo/page/list/basic/data.tsx
@@ -4,7 +4,7 @@ export const cardList = (() => {
result.push({
id: i,
title: 'Jeecg Admin',
- description: '基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的企业级后台管理系统',
+ description: '基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的机构级后台管理系统',
datetime: '2020-11-26 17:39',
extra: '编辑',
icon: 'logos:vue',
diff --git a/src/views/demo/page/list/card/index.vue b/src/views/demo/page/list/card/index.vue
index f868653..26ebe95 100644
--- a/src/views/demo/page/list/card/index.vue
+++ b/src/views/demo/page/list/card/index.vue
@@ -1,7 +1,7 @@
- 基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的企业级后台管理系统。
+ 基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的机构级后台管理系统。
开始
简介
@@ -20,7 +20,7 @@
{{ item.title }}
- 基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的企业级后台管理系统
+ 基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的机构级后台管理系统
diff --git a/src/views/demo/page/list/search/data.tsx b/src/views/demo/page/list/search/data.tsx
index 948bf5b..e07c655 100644
--- a/src/views/demo/page/list/search/data.tsx
+++ b/src/views/demo/page/list/search/data.tsx
@@ -7,7 +7,7 @@ export const searchList = (() => {
id: i,
title: 'Jeecg Admin',
description: ['Jeecg', '设计语言', 'Typescript'],
- content: '基于Vue Next, TypeScript, Ant Design实现的一套完整的企业级后台管理系统。',
+ content: '基于Vue Next, TypeScript, Ant Design实现的一套完整的机构级后台管理系统。',
time: '2020-11-14 11:20',
});
}
diff --git a/src/views/services/directivebk/DirectiveBkItemList.vue b/src/views/services/directivebk/DirectiveBkItemList.vue
index 76f7883..1394967 100644
--- a/src/views/services/directivebk/DirectiveBkItemList.vue
+++ b/src/views/services/directivebk/DirectiveBkItemList.vue
@@ -5,7 +5,7 @@
-
+
分类标签
-
+
服务类别
-
+
服务类型
-
+
服务指令
-
+
查询
diff --git a/src/views/services/directivebk/DirectiveBkMainList.vue b/src/views/services/directivebk/DirectiveBkMainList.vue
index dcceb77..165e38b 100644
--- a/src/views/services/directivebk/DirectiveBkMainList.vue
+++ b/src/views/services/directivebk/DirectiveBkMainList.vue
@@ -44,7 +44,7 @@
-
diff --git a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue
index 0b523f0..bb2f639 100644
--- a/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue
+++ b/src/views/synchronization/directive/directiveopelog/components/DirectiveOpeLogInfoAdd.vue
@@ -49,9 +49,9 @@
-->
-
-
+
@@ -61,9 +61,9 @@
-
-
+
diff --git a/src/views/synchronization/directive/syncList.vue b/src/views/synchronization/directive/syncList.vue
index cc877b8..857ef6f 100644
--- a/src/views/synchronization/directive/syncList.vue
+++ b/src/views/synchronization/directive/syncList.vue
@@ -7,8 +7,8 @@
- 机构名称
-
+ 机构信息
+
diff --git a/src/views/sys/login/LoginForm.vue b/src/views/sys/login/LoginForm.vue
index bed906a..6d9b07d 100644
--- a/src/views/sys/login/LoginForm.vue
+++ b/src/views/sys/login/LoginForm.vue
@@ -77,7 +77,7 @@
diff --git a/src/views/sys/login/OAuth2Login.vue b/src/views/sys/login/OAuth2Login.vue
index d6c62c2..13c380c 100644
--- a/src/views/sys/login/OAuth2Login.vue
+++ b/src/views/sys/login/OAuth2Login.vue
@@ -32,7 +32,7 @@
* 检测当前的环境
*/
function checkEnv() {
- // 判断当时是否是企业微信环境
+ // 判断当时是否是机构微信环境
if (/wxwork/i.test(navigator.userAgent)) {
env.value.thirdApp = true;
env.value.wxWork = true;
@@ -93,7 +93,7 @@
* 钉钉登录
*/
function dingdingLogin() {
- //先获取钉钉的企业id,如果没有配置 还是走原来的逻辑,走原来的逻辑 需要判断存不存在token,存在token直接去首页
+ //先获取钉钉的机构id,如果没有配置 还是走原来的逻辑,走原来的逻辑 需要判断存不存在token,存在token直接去首页
let tenantId = getAuthCache(OAUTH2_THIRD_LOGIN_TENANT_ID) || 0;
let url = `/sys/thirdLogin/get/corpId/clientId?tenantId=${tenantId}`;
//update-begin---author:wangshuai---date:2024-12-09---for:不要使用getAction online里面的,要用defHttp---
diff --git a/src/views/sys/login/TokenLoginPage.vue b/src/views/sys/login/TokenLoginPage.vue
index c11e204..2c6bb2d 100644
--- a/src/views/sys/login/TokenLoginPage.vue
+++ b/src/views/sys/login/TokenLoginPage.vue
@@ -5,7 +5,7 @@
- JeecgBoot 企业级低代码平台
+ JeecgBoot 机构级低代码平台