@zgfe/business-lib 1.1.37-beta.2 → 1.1.37-beta.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.
|
@@ -99,6 +99,7 @@ var OperatorCondition = function OperatorCondition(props) {
|
|
|
99
99
|
onChange(_objectSpread({}, condition));
|
|
100
100
|
}
|
|
101
101
|
var onStringOperateChange = function onStringOperateChange(operate) {
|
|
102
|
+
condition.attrs[index].operator = operate.value;
|
|
102
103
|
if (condition.attrs[index].operator !== 'absolute') {
|
|
103
104
|
condition.attrs[index].params = [];
|
|
104
105
|
}
|
|
@@ -87,7 +87,28 @@ var DataAttribute = function DataAttribute(props) {
|
|
|
87
87
|
setMasterList([]);
|
|
88
88
|
}
|
|
89
89
|
}).catch(function () {
|
|
90
|
-
setMasterList([
|
|
90
|
+
setMasterList([{
|
|
91
|
+
id: 95,
|
|
92
|
+
value: 95,
|
|
93
|
+
appId: 501313,
|
|
94
|
+
name: '订单创建时间',
|
|
95
|
+
propType: 3,
|
|
96
|
+
required: 1,
|
|
97
|
+
isOrderShow: 1,
|
|
98
|
+
isUserShow: 1,
|
|
99
|
+
columnName: 'cus7',
|
|
100
|
+
isDelete: null,
|
|
101
|
+
isUniqueOrder: '',
|
|
102
|
+
isUniqueUser: '',
|
|
103
|
+
isUniqueCreatedate: 'Y',
|
|
104
|
+
isUniquePaydate: '',
|
|
105
|
+
orderRelationSon: '',
|
|
106
|
+
createDate: 1681925736000,
|
|
107
|
+
updateDateTime: 1681925789000,
|
|
108
|
+
hidden: null,
|
|
109
|
+
attrOrder: 153,
|
|
110
|
+
requestHide: null
|
|
111
|
+
}]);
|
|
91
112
|
});
|
|
92
113
|
onChange(_objectSpread({}, condition));
|
|
93
114
|
}
|