@egova/egova-api 1.0.64 → 1.0.65
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.
- package/dist/index.common.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -51883,7 +51883,7 @@ function (_super) {
|
|
|
51883
51883
|
slot: "name"
|
|
51884
51884
|
}, {
|
|
51885
51885
|
title: "操作",
|
|
51886
|
-
width:
|
|
51886
|
+
width: 80,
|
|
51887
51887
|
align: "center",
|
|
51888
51888
|
slot: "action"
|
|
51889
51889
|
}];
|
package/dist/index.umd.js
CHANGED
|
@@ -51892,7 +51892,7 @@ function (_super) {
|
|
|
51892
51892
|
slot: "name"
|
|
51893
51893
|
}, {
|
|
51894
51894
|
title: "操作",
|
|
51895
|
-
width:
|
|
51895
|
+
width: 80,
|
|
51896
51896
|
align: "center",
|
|
51897
51897
|
slot: "action"
|
|
51898
51898
|
}];
|