@lx-frontend/wrap-element-ui 1.0.14-beta.2 → 1.0.14-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.14-beta.2",
3
+ "version": "1.0.14-beta.3",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -114,7 +114,7 @@
114
114
  style="display: flex;flex-direction: column;gap: 12px;"
115
115
  >
116
116
  <el-date-picker
117
- @input="val => emit('update:tempSearchValue', column.doubleDatePicker!.props[0], val || '')"
117
+ @input="val => emit('update:tempSearchValue', column.doubleDatePicker.props[0], val || '')"
118
118
  :value="tempSearchValue[column.doubleDatePicker.props[0]]"
119
119
  value-format="yyyy-MM-dd"
120
120
  format="yyyy-MM-dd"
@@ -123,7 +123,7 @@
123
123
  placeholder="开始日期"
124
124
  />
125
125
  <el-date-picker
126
- @input="val => emit('update:tempSearchValue', column.doubleDatePicker!.props[1], val || '')"
126
+ @input="val => emit('update:tempSearchValue', column.doubleDatePicker.props[1], val || '')"
127
127
  :value="tempSearchValue[column.doubleDatePicker.props[1]]"
128
128
  value-format="yyyy-MM-dd"
129
129
  format="yyyy-MM-dd"