@xilonglab/vue-main 1.5.9 → 1.5.10

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.5.9",
3
+ "version": "1.5.10",
4
4
  "description": "xilong vue main",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -98,7 +98,7 @@ const props = defineProps({
98
98
  },
99
99
  });
100
100
 
101
- const { refs, api, params, obj, chartOptions, total } = inject('injections')
101
+ const { refs, api, params, obj, total } = inject('injections')
102
102
  </script>
103
103
 
104
104
 
@@ -172,7 +172,6 @@ const { refs, api, params, obj, chartOptions, total } = inject('injections')
172
172
  </template>
173
173
  <slot name="columns" />
174
174
  </xl-query-page-table>
175
- <xl-chart v-show="params.view == 'chart'" :options="chartOptions" />
176
175
  <xl-data-review-dialog
177
176
  :ref="refs.editDialog"
178
177
  :title="chinese"