@xilonglab/vue-main 1.6.36 → 1.6.37

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": "@xilonglab/vue-main",
3
- "version": "1.6.36",
3
+ "version": "1.6.37",
4
4
  "description": "xilong vue main",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -166,6 +166,14 @@ const { refs, api, params, obj, chartOptions, total } = inject('injections')
166
166
  :width="col.width"
167
167
  :map="col.map"
168
168
  />
169
+ <xl-dual-map-col
170
+ v-else-if="col.type === 'dual-map'"
171
+ :l="col.label"
172
+ :p="col.prop"
173
+ :width="col.width"
174
+ :map1="col.map1"
175
+ :map2="col.map2"
176
+ />
169
177
  <xl-status-col
170
178
  v-else-if="col.type === 'status'"
171
179
  :l="col.label"