Compare commits

...

3 Commits

  1. 2
      jeecg-boot-master/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/comp/mapper/CompMapper.java
  2. 22409
      jeecgboot-vue3-master/pnpm-lock.yaml
  3. 12
      jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue
  4. 4
      jeecgboot-vue3-master/src/views/system/user/userYX.data.ts
  5. 4
      jeecgboot-vue3-master/src/views/system/user/userZJ.data.ts
  6. 4
      jeecgboot-vue3-master/src/views/system/userZJ/user.data.ts
  7. 4
      jeecgboot-vue3-master/src/views/system/userZJ/userZJ.data.ts
  8. 4
      jeecgboot-vue3-master/src/views/system/usercompexpert/user.data.ts
  9. 4
      jeecgboot-vue3-master/src/views/system/usercompexpert/userZJ.data.ts
  10. 4
      jeecgboot-vue3-master/src/views/system/userdep/userYX.data.ts
  11. 4
      jeecgboot-vue3-master/src/views/system/userdep/userZJ.data.ts

@ -30,5 +30,5 @@ public interface CompMapper extends BaseMapper<Comp> {
List<Comp> getAllCompByType(String compTypeId);
@Update("UPDATE comp SET compweight = #{scoreold} WHERE id=#{id}")
void updatedatework(String id, int scoreold);
void updatedatework(@Param("id") String id, @Param("scoreold") int scoreold);
}

File diff suppressed because it is too large Load Diff

@ -112,13 +112,13 @@
</div>
</div>
<a-form @keyup.enter.native="loginHandleClick">
<!-- <div class="aui-flex aui-third-text">
<div class="aui-flex aui-third-text">
<div class="aui-flex-box aui-third-border">
<span>{{ t('sys.login.otherSignIn') }}</span>
</div>
</div>-->
<!-- <div class="aui-flex" :class="`${prefixCls}-sign-in-way`">
<div class="aui-flex-box">
</div>
<div class="aui-flex" :class="`${prefixCls}-sign-in-way`">
<!--<div class="aui-flex-box">
<div class="aui-third-login">
<a title="github" @click="onThirdLogin('github')"><GithubFilled /></a>
</div>
@ -132,13 +132,13 @@
<div class="aui-third-login">
<a title="钉钉" @click="onThirdLogin('dingtalk')"><DingtalkCircleFilled /></a>
</div>
</div>
</div>-->
<div class="aui-flex-box">
<div class="aui-third-login">
<a title="微信" @click="onThirdLogin('wechat_open')"><WechatFilled /></a>
</div>
</div>
</div>-->
</div>
</a-form>
</div>
</div>

@ -21,7 +21,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/* {
title: '性别',
dataIndex: 'sex',
width: 80,
@ -34,7 +34,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

@ -20,7 +20,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/*{
title: '性别',
dataIndex: 'sex',
width: 80,
@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

@ -20,7 +20,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/*{
title: '性别',
dataIndex: 'sex',
width: 80,
@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

@ -20,7 +20,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/* {
title: '性别',
dataIndex: 'sex',
width: 80,
@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

@ -20,7 +20,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/*{
title: '性别',
dataIndex: 'sex',
width: 80,
@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

@ -20,7 +20,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/*{
title: '性别',
dataIndex: 'sex',
width: 80,
@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

@ -22,7 +22,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/*{
title: '性别',
dataIndex: 'sex',
width: 80,
@ -35,7 +35,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

@ -20,7 +20,7 @@ export const columns: BasicColumn[] = [
width: 120,
customRender: render.renderAvatar,
},
{
/*{
title: '性别',
dataIndex: 'sex',
width: 80,
@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [
title: '生日',
dataIndex: 'birthday',
width: 100,
},
},*/
{
title: '手机号',
dataIndex: 'phone',

Loading…
Cancel
Save