提交 ecf1be44 authored 作者: wangjiahao's avatar wangjiahao

Merge remote-tracking branch 'origin/dev' into dev

...@@ -2,8 +2,8 @@ export const DEFAULT_COLOR_CASE = { ...@@ -2,8 +2,8 @@ export const DEFAULT_COLOR_CASE = {
value: 'default', value: 'default',
colors: ['#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#3ba272', '#fc8452', '#9a60b4', '#ea7ccc'], colors: ['#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#3ba272', '#fc8452', '#9a60b4', '#ea7ccc'],
alpha: 100, alpha: 100,
tableHeaderBgColor: '#4e81bb', tableHeaderBgColor: '#c1d1f6',
tableItemBgColor: '#c6d9f0', tableItemBgColor: '#e2eafe',
tableFontColor: '#000000', tableFontColor: '#000000',
tableStripe: true, tableStripe: true,
dimensionColor: '#000000', dimensionColor: '#000000',
...@@ -31,7 +31,7 @@ export const DEFAULT_SIZE = { ...@@ -31,7 +31,7 @@ export const DEFAULT_SIZE = {
tableTitleHeight: 36, tableTitleHeight: 36,
tableItemHeight: 36, tableItemHeight: 36,
tablePageSize: '20', tablePageSize: '20',
tableColumnMode: 'adapt', tableColumnMode: 'custom',
tableColumnWidth: 100, tableColumnWidth: 100,
gaugeMin: 0, gaugeMin: 0,
gaugeMax: 100, gaugeMax: 100,
......
...@@ -222,29 +222,28 @@ ...@@ -222,29 +222,28 @@
<plugin-com v-if="isPlugin" :component-name="view.type + '-data'" :obj="{view, param, chart}" /> <plugin-com v-if="isPlugin" :component-name="view.type + '-data'" :obj="{view, param, chart}" />
<div v-else> <div v-else>
<el-row v-if="view.type ==='map'" class="padding-lr"> <el-row v-if="view.type ==='map'" class="padding-lr">
<span style="width: 80px;text-align: right;"> <span style="width: 80px;text-align: right;">
<span>{{ $t('chart.map_range') }}</span> <span>{{ $t('chart.map_range') }}</span>
</span> </span>
<span class="tree-select-span"> <span class="tree-select-span">
<treeselect <treeselect
ref="mapSelector" ref="mapSelector"
v-model="view.customAttr.areaCode" v-model="view.customAttr.areaCode"
:options="places" :options="places"
:placeholder="$t('chart.select_map_range')" :placeholder="$t('chart.select_map_range')"
:normalizer="normalizer" :normalizer="normalizer"
:no-children-text="$t('commons.treeselect.no_children_text')" :no-children-text="$t('commons.treeselect.no_children_text')"
:no-options-text="$t('commons.treeselect.no_options_text')" :no-options-text="$t('commons.treeselect.no_options_text')"
:no-results-text="$t('commons.treeselect.no_results_text')" :no-results-text="$t('commons.treeselect.no_results_text')"
:disabled="!hasDataPermission('manage',param.privileges)" :disabled="!hasDataPermission('manage',param.privileges)"
@input="calcData" @input="calcData"
@deselect="calcData" @deselect="calcData"
/> />
</span> </span>
</el-row> </el-row>
<!--xAxisExt--> <!--xAxisExt-->
<el-row <el-row
v-if="view.type === 'table-pivot'" v-if="view.type === 'table-pivot'"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论