doway-coms 1.1.69 → 1.1.71
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "doway-coms",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.71",
|
|
4
4
|
"description": "doway组件库",
|
|
5
5
|
"author": "dowaysoft",
|
|
6
6
|
"main": "packages/index.js",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"eslint-plugin-vue": "^6.1.2",
|
|
38
38
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
39
39
|
"less-loader": "^6.0.0",
|
|
40
|
-
"node-sass": "
|
|
41
|
-
"sass-loader": "
|
|
40
|
+
"node-sass": "8.0.0",
|
|
41
|
+
"sass-loader": "10.4.1",
|
|
42
42
|
"vue-template-compiler": "^2.6.11"
|
|
43
43
|
},
|
|
44
44
|
"bundleDependencies":false,
|
|
@@ -1081,7 +1081,10 @@
|
|
|
1081
1081
|
visible: true
|
|
1082
1082
|
}
|
|
1083
1083
|
|
|
1084
|
-
let customSlot = {
|
|
1084
|
+
let customSlot = {
|
|
1085
|
+
'default':'default'
|
|
1086
|
+
};
|
|
1087
|
+
|
|
1085
1088
|
if (originCol.slots) {
|
|
1086
1089
|
customSlot = originCol.slots
|
|
1087
1090
|
}
|
|
@@ -1203,7 +1206,7 @@
|
|
|
1203
1206
|
} else {
|
|
1204
1207
|
colInfo.width = 100
|
|
1205
1208
|
}
|
|
1206
|
-
|
|
1209
|
+
|
|
1207
1210
|
if (originCol.controlType === 'operation') {
|
|
1208
1211
|
customSlot['default'] = 'operation_edit'
|
|
1209
1212
|
}
|
|
@@ -1304,6 +1307,7 @@
|
|
|
1304
1307
|
}
|
|
1305
1308
|
// console.debug(customSlot)
|
|
1306
1309
|
colInfo.slots = customSlot
|
|
1310
|
+
console.debug(colInfo)
|
|
1307
1311
|
return colInfo
|
|
1308
1312
|
},
|
|
1309
1313
|
validPrecision({ cellValue, column }) {
|