@tripup-company/element-ui-extended 0.0.93 → 0.0.94

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": "@tripup-company/element-ui-extended",
3
- "version": "0.0.93",
3
+ "version": "0.0.94",
4
4
  "main": "./dist/element-ui-extended.umd.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve && tsc --emitDeclarationOnly",
@@ -63,9 +63,9 @@
63
63
  >
64
64
  <el-option
65
65
  v-for="item in selectListLocal"
66
- :key="selectJson ? item : item[selectKey]"
67
- :label="selectJson ? item : item[selectLabel]"
68
- :value="selectJson ? item : item[selectValue]"
66
+ :key="item[selectKey]"
67
+ :label="item[selectLabel]"
68
+ :value="item[selectValue]"
69
69
  />
70
70
  </el-select>
71
71
  <el-date-picker
@@ -23,9 +23,9 @@
23
23
  >
24
24
  <el-option
25
25
  v-for="item in selectListLocal"
26
- :key="selectJson ? item : item[selectKey]"
27
- :label="selectJson ? item : item[selectLabel]"
28
- :value="selectJson ? item : item[selectValue]"
26
+ :key="item[selectKey]"
27
+ :label="item[selectLabel]"
28
+ :value="item[selectValue]"
29
29
  />
30
30
  </el-select>
31
31
  <el-date-picker