doway-coms 2.6.2 → 2.6.3
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
|
@@ -1992,6 +1992,9 @@ export default {
|
|
|
1992
1992
|
if (originCol.controlType === controlType.checkbox) {
|
|
1993
1993
|
colParams['controlEdit'] = true
|
|
1994
1994
|
}
|
|
1995
|
+
if (originCol.controlType === controlType.number) {
|
|
1996
|
+
colParams['controlEdit'] = true
|
|
1997
|
+
}
|
|
1995
1998
|
if (originCol.controlType === controlType.date) {
|
|
1996
1999
|
colParams['pastDate'] = originCol.pastDate == undefined ? true : false
|
|
1997
2000
|
colParams['disabledDateValue'] =
|