leisure-core 0.4.66 → 0.4.67

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.
@@ -147,7 +147,7 @@ export default {
147
147
  },
148
148
  opWidht: {
149
149
  type: String,
150
- default: "100px",
150
+ default: "130px",
151
151
  },
152
152
  totalData: {
153
153
  type: Number,
@@ -269,12 +269,11 @@ export default {
269
269
  if (this.$listeners["handleData"]) {
270
270
  this.$emit("handleData", row, (res) => {
271
271
  this.rowItem = res;
272
- this.showDialog = true;
273
272
  });
274
273
  } else {
275
274
  this.rowItem = row;
276
- this.showDialog = true;
277
275
  }
276
+ this.showDialog = true;
278
277
  },
279
278
  detail(row) {
280
279
  this.isEditMode = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.4.66",
3
+ "version": "0.4.67",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",