leisure-core 0.4.53 → 0.4.54

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.
@@ -56,8 +56,6 @@
56
56
  import LeSelect from "../../le-select/index";
57
57
  import LeInput from "../../le-input/index";
58
58
  import LeButton from "../../le-button/index";
59
- // import LeForm from "../../le-form/index";
60
- // import LeFormItem from "../../le-form-item/index";
61
59
  export default {
62
60
  name: "le-common-page-sub",
63
61
  components: { LeSelect, LeInput, LeButton },
@@ -19,7 +19,7 @@
19
19
  <el-table-column label="操作" align="center" width="360" row>
20
20
  <template slot-scope="scope">
21
21
  <le-button text="编辑" @click="openEditWindow(scope.row)"></le-button>
22
- <le-button-msg @click="del(scope.row.id)"></le-button-msg>
22
+ <le-button-msg @click="del(scope.row.id)">删除</le-button-msg>
23
23
  <le-button
24
24
  text="菜单"
25
25
  @click="openMenuWindow(scope.row)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.4.53",
3
+ "version": "0.4.54",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",
@@ -17,7 +17,8 @@
17
17
  "core-js": "^3.8.3",
18
18
  "dayjs": "^1.11.7",
19
19
  "element-ui": "^2.15.14",
20
- "leisure-js": "^0.2.3",
20
+ "leisure-js": "^0.2.5",
21
+ "leisure-editor": "^0.1.2",
21
22
  "html2canvas": "^1.4.1",
22
23
  "js-base64": "^3.7.2",
23
24
  "moment": "^2.29.3",