style(图表): 修改表格行列冻结相关文案

This commit is contained in:
jianneng-fit2cloud 2024-11-22 15:39:26 +08:00
parent 18284ff49c
commit ffcac348d3
4 changed files with 7 additions and 7 deletions

View File

@ -1416,8 +1416,8 @@ export default {
table_header_show_vertical_border: 'Header vertical border',
table_cell_show_horizon_border: 'horizontal cell border',
table_cell_show_vertical_border: 'vertical cell border',
table_col_freeze_tip: 'first column to',
tbale_row_freeze_tip: 'first row to',
table_col_freeze_tip: 'First n col',
table_row_freeze_tip: 'First n row',
table_freeze: 'freeze',
stripe: 'zebra stripe',
start_angle: 'starting angle',

View File

@ -1366,8 +1366,8 @@ export default {
table_header_show_vertical_border: '表頭縱邊框線',
table_cell_show_horizon_border: '單元格橫邊框線',
table_cell_show_vertical_border: '單元格縱邊框線',
table_col_freeze_tip: '第一列到',
tbale_row_freeze_tip: '第一行到',
table_col_freeze_tip: '凍結前 n ',
table_row_freeze_tip: '凍結前 n ',
table_freeze: '凍結',
stripe: '斑馬紋',
start_angle: '起始角度',

View File

@ -1379,8 +1379,8 @@ export default {
table_header_show_vertical_border: '表头纵边框线',
table_cell_show_horizon_border: '单元格横边框线',
table_cell_show_vertical_border: '单元格纵边框线',
table_col_freeze_tip: '第一列到',
tbale_row_freeze_tip: '第一行到',
table_col_freeze_tip: '冻结前 n ',
table_row_freeze_tip: '冻结前 n ',
table_freeze: '冻结',
stripe: '斑马纹',
start_angle: '起始角度',

View File

@ -353,7 +353,7 @@ onMounted(() => {
</el-col>
<el-col :span="12">
<el-form-item
:label="t('chart.tbale_row_freeze_tip')"
:label="t('chart.table_row_freeze_tip')"
class="form-item"
:class="'form-item-' + themes"
v-if="showProperty('tableRowFreezeHead')"