doway-coms 1.5.0 → 1.5.1
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
|
@@ -1386,6 +1386,7 @@ export default {
|
|
|
1386
1386
|
// }
|
|
1387
1387
|
colParams["le"] = originCol.le;
|
|
1388
1388
|
colParams["controlType"] = originCol.controlType;
|
|
1389
|
+
colParams["filterControlType"] =colParams["controlType"];
|
|
1389
1390
|
colParams["edit"] = false;
|
|
1390
1391
|
if (originCol.editStates) {
|
|
1391
1392
|
colParams["editStates"] = originCol.editStates;
|
|
@@ -1491,6 +1492,7 @@ export default {
|
|
|
1491
1492
|
) {
|
|
1492
1493
|
let filterTypeName = `${originCol.controlType}_filter`;
|
|
1493
1494
|
if(originCol.filterControlType){
|
|
1495
|
+
colParams["filterControlType"] = originCol.filterControlType
|
|
1494
1496
|
filterTypeName = `${originCol.filterControlType}_filter`;
|
|
1495
1497
|
}
|
|
1496
1498
|
//网格筛选
|
|
@@ -2444,6 +2446,8 @@ export default {
|
|
|
2444
2446
|
operator: "CO",
|
|
2445
2447
|
value: [],
|
|
2446
2448
|
};
|
|
2449
|
+
let tempControlType = loopColInfo.params.controlType
|
|
2450
|
+
if(loopColInfo.params.)
|
|
2447
2451
|
switch (loopColInfo.params.controlType) {
|
|
2448
2452
|
case controlType.date:
|
|
2449
2453
|
case controlType.datetime:
|