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: "
|
|
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;
|