提交 1fb3f2ee authored 作者: taojinlong's avatar taojinlong

Merge branch 'main' of github.com:dataease/dataease into main

...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
</filter-dialog> </filter-dialog>
<div style="text-align: end !important;margin: 0 15px !important;"> <div style="text-align: end !important;margin: 0 15px !important;">
<span slot="footer"> <span slot="footer">
<el-button @click="cancelFilter">{{ $t('commons.cancel') }}</el-button> <el-button size="mini" @click="cancelFilter">{{ $t('commons.cancel') }}</el-button>
<el-button :disabled="!currentFilterCom.options.attrs.fieldId" type="primary" @click="sureFilter">{{ $t('commons.confirm') }}</el-button> <el-button :disabled="!currentFilterCom.options.attrs.fieldId" type="primary" size="mini" @click="sureFilter">{{ $t('commons.confirm') }}</el-button>
</span> </span>
</div> </div>
</el-dialog> </el-dialog>
......
...@@ -120,7 +120,8 @@ ...@@ -120,7 +120,8 @@
<div class="filter-field"> <div class="filter-field">
<div class="field-content"> <div class="field-content">
<div class="field-content-left"> <div class="field-content-left">
<div class="field-content-text">{{ $t(panel.field) }} </div> <!-- <div class="field-content-text">{{ $t('panel.field') }} </div> -->
<div class="field-content-text">字段</div>
</div> </div>
<div class="field-content-right"> <div class="field-content-right">
...@@ -156,7 +157,7 @@ ...@@ -156,7 +157,7 @@
</div> </div>
</el-col> </el-col>
<el-col :span="16"><div class="filter-options-right"> <el-col :span="16"><div class="filter-options-right">
<el-checkbox v-model="customRange"><span> {{ $t(panel.custom_scope) }} </span> </el-checkbox> <el-checkbox v-model="customRange"><span> {{ $t('panel.custom_scope') }} </span> </el-checkbox>
<el-popover <el-popover
v-model="popovervisible" v-model="popovervisible"
...@@ -239,7 +240,7 @@ export default { ...@@ -239,7 +240,7 @@ export default {
showDomType: 'tree', showDomType: 'tree',
comShowDomType: 'view', comShowDomType: 'view',
dataSetBreads: [ dataSetBreads: [
{ label: this.$t('panel.data_list') , link: false, type: 'root' } { label: this.$t('panel.data_list'), link: false, type: 'root' }
], ],
componentSetBreads: [ componentSetBreads: [
{ label: this.$t('panel.component_list'), link: false, type: 'root' } { label: this.$t('panel.component_list'), link: false, type: 'root' }
...@@ -577,6 +578,7 @@ export default { ...@@ -577,6 +578,7 @@ export default {
.filter-dialog-tabs { .filter-dialog-tabs {
border: 1px solid #E6E6E6; border: 1px solid #E6E6E6;
height: 100%;
} }
.filter-common { .filter-common {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论