浏览代码

“最大值”文字调整为“最小值”

qianming 4 月之前
父节点
当前提交
5a51f9b4e4

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/barCharts/widget-bar-double-yaxis-chart.js

@@ -875,7 +875,7 @@ export const widgetBarDoubleYaxis = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYRight',
               required: false,
               placeholder: '',

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/barCharts/widget-bar-stack-more-show.js

@@ -607,7 +607,7 @@ export const widgetBarStackMoreShow = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minY',
               required: false,
               placeholder: '',

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/barCharts/widget-bar-stack.js

@@ -623,7 +623,7 @@ export const widgetBarStack = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minY',
               required: false,
               placeholder: '',

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/barlineCharts/widget-bar-line-single-chart.js

@@ -668,7 +668,7 @@ export const widgetBarLineSingle = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minY',
               required: false,
               placeholder: '',

+ 2 - 2
report-ui/src/views/bigscreenDesigner/designer/tools/configure/barlineCharts/widget-bar-line-stack.js

@@ -676,7 +676,7 @@ export const widgetBarLineStack = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYLeft',
               required: false,
               placeholder: '',
@@ -956,7 +956,7 @@ export const widgetBarLineStack = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYRight',
               required: false,
               placeholder: '',

+ 2 - 2
report-ui/src/views/bigscreenDesigner/designer/tools/configure/barlineCharts/widget-barlinechart.js

@@ -660,7 +660,7 @@ export const widgetBarlinechart = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYLeft',
               required: false,
               placeholder: '',
@@ -940,7 +940,7 @@ export const widgetBarlinechart = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYRight',
               required: false,
               placeholder: '',

+ 2 - 2
report-ui/src/views/bigscreenDesigner/designer/tools/configure/barlineCharts/widget-more-bar-line.js

@@ -680,7 +680,7 @@ export const widgetMoreBarLine = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYLeft',
               required: false,
               placeholder: '',
@@ -960,7 +960,7 @@ export const widgetMoreBarLine = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYRight',
               required: false,
               placeholder: '',

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/heatmap/widget-heatmap.js

@@ -518,7 +518,7 @@ export const widgetHeatmap = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minY',
               required: false,
               placeholder: '',

+ 2 - 2
report-ui/src/views/bigscreenDesigner/designer/tools/configure/lineCharts/widget-line-compare.js

@@ -486,7 +486,7 @@ export const widgetLineCompare = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYTop',
               required: false,
               placeholder: '',
@@ -737,7 +737,7 @@ export const widgetLineCompare = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minYBottom',
               required: false,
               placeholder: '',

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/lineCharts/widget-line-stack.js

@@ -570,7 +570,7 @@ export const widgetLineStack = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minY',
               required: false,
               placeholder: '',

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/lineCharts/widget-linechart.js

@@ -562,7 +562,7 @@ export const widgetLinechart = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minY',
               required: false,
               placeholder: '',

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/scatterCharts/widget-scatter.js

@@ -383,7 +383,7 @@ export const widgetScatter = {
             },
             {
               type: 'el-input-text',
-              label: '最值',
+              label: '最值',
               name: 'minY',
               required: false,
               placeholder: '',