dtable-ui-component 6.0.39-alpha95 → 6.0.39-alpha991
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.
|
@@ -100,7 +100,6 @@ class FilterCalendar extends _react.Component {
|
|
|
100
100
|
lang
|
|
101
101
|
} = this.props;
|
|
102
102
|
const iszhcn = lang === 'zh-cn';
|
|
103
|
-
console.log('12222222');
|
|
104
103
|
if (iszhcn) {
|
|
105
104
|
now = now.locale('zh-cn');
|
|
106
105
|
} else {
|
|
@@ -128,8 +127,6 @@ class FilterCalendar extends _react.Component {
|
|
|
128
127
|
disabled: true
|
|
129
128
|
});
|
|
130
129
|
const calendarFormat = this.getCalendarFormat();
|
|
131
|
-
const calendarFormat1 = ['YYYY-MM-DD'];
|
|
132
|
-
console.log('calendarFormat', calendarFormat);
|
|
133
130
|
const clearStyle = {
|
|
134
131
|
position: 'absolute',
|
|
135
132
|
top: '15px',
|
|
@@ -147,7 +144,7 @@ class FilterCalendar extends _react.Component {
|
|
|
147
144
|
style: {
|
|
148
145
|
zIndex: 1001
|
|
149
146
|
},
|
|
150
|
-
format:
|
|
147
|
+
format: calendarFormat,
|
|
151
148
|
defaultValue: this.defaultCalendarValue,
|
|
152
149
|
showDateInput: true,
|
|
153
150
|
focusablePanel: false,
|