Merge pull request #13549 from dataease/pr@dev-v2@refactor_format

refactor: 格式化
This commit is contained in:
王嘉豪 2024-11-26 10:05:35 +08:00 committed by GitHub
commit 541f8ecd14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View File

@ -3007,7 +3007,6 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
'External parameter parsing error. Please encode parameters as specified.',
input_param_name: 'Please enter the parameter name.',
params_setting: 'External Parameter Settings',
template_view_tips: 'This is currently a template chart. Please click to replace the dataset.',
edit_web_tips: 'Webpage content cannot be edited in edit mode.',
no_auth_role: 'No Shared Roles',
auth_role: 'Shared Roles',

View File

@ -2932,7 +2932,6 @@ export default {
outer_param_decode_error: '外部參數解析錯誤未生效請按規定編碼方式傳參',
input_param_name: '請輸入參數名稱',
params_setting: '外部參數設置',
template_view_tips: '當前是模板圖表,請點擊更換數據集',
edit_web_tips: '編輯狀態不可操作網頁內部',
no_auth_role: '未分享角色',
auth_role: '已分享角色',

View File

@ -2934,7 +2934,6 @@ export default {
outer_param_decode_error: '外部参数解析错误未生效请按规定编码方式传参',
input_param_name: '请输入参数名称',
params_setting: '外部参数设置',
template_view_tips: '当前是模板图表,请点击更换数据集',
edit_web_tips: '编辑状态不可操作网页内部',
no_auth_role: '未分享角色',
auth_role: '已分享角色',

View File

@ -211,7 +211,11 @@ defineExpose({
:download-status="downloadStatus"
:show-pop-bar="true"
></de-preview>
<empty-background v-if="!state.initState" :description="t('visualization.no_params_tips')" img-type="noneWhite" />
<empty-background
v-if="!state.initState"
:description="t('visualization.no_params_tips')"
img-type="noneWhite"
/>
</div>
<XpackComponent
jsname="L2NvbXBvbmVudC9lbWJlZGRlZC1pZnJhbWUvTmV3V2luZG93SGFuZGxlcg=="