leisure-core 0.6.30 → 0.6.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@
20
20
  </span>
21
21
  <el-dropdown-menu slot="dropdown">
22
22
  <el-dropdown-item command="1">修改密码</el-dropdown-item>
23
- <el-dropdown-item command="3">个人信息</el-dropdown-item>
23
+ <!-- <el-dropdown-item command="3">个人信息</el-dropdown-item> -->
24
24
  <el-dropdown-item
25
25
  v-for="item in extraDropdownItems"
26
26
  :key="item.command"
@@ -37,6 +37,9 @@ const leMixins = {
37
37
  let top = this.$refs.eltablemain.$el.getBoundingClientRect().top;
38
38
  dyHeight = all - top - 90;
39
39
  this.elTableMaxHeight = dyHeight;
40
+ if (this.elTableMaxHeight < 200) {
41
+ this.elTableMaxHeight = 200;
42
+ }
40
43
  });
41
44
  },
42
45
  },
@@ -209,9 +209,7 @@ export default {
209
209
  },
210
210
  showQform: {
211
211
  handler() {
212
- this.$nextTick(() => {
213
- this.changeHeight();
214
- });
212
+ this.changeHeight();
215
213
  },
216
214
  immediate: false,
217
215
  },
@@ -244,8 +244,6 @@ export default {
244
244
  this.$emit("loginAfter", data);
245
245
  setToken(res.data.data.token);
246
246
  this.$message.success("登录成功");
247
- } else {
248
- this.$message.error(res?.data?.msg || "登录失败");
249
247
  }
250
248
  },
251
249
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.6.30",
3
+ "version": "0.6.32",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",