|
@@ -8,25 +8,6 @@
|
|
|
>
|
|
>
|
|
|
{{ $t('lang.QueryConditionComplex.filter') }}
|
|
{{ $t('lang.QueryConditionComplex.filter') }}
|
|
|
</a-button>
|
|
</a-button>
|
|
|
- <template v-if="!isSearchWidget">
|
|
|
|
|
- <a-button
|
|
|
|
|
- class="item"
|
|
|
|
|
- @click="executeExport()"
|
|
|
|
|
- >
|
|
|
|
|
- {{ $t('lang.QueryConditionComplex.export') }}
|
|
|
|
|
- </a-button>
|
|
|
|
|
-
|
|
|
|
|
- <!-- <template v-for="infoButton in infoButtons" :key="infoButton.name">
|
|
|
|
|
- <a-button
|
|
|
|
|
- v-tooltip.right="Language.getHelpTrl($i18n.locale, infoButton)"
|
|
|
|
|
- class="item"
|
|
|
|
|
- type="dashed"
|
|
|
|
|
- @click="executeProcess(infoButton)"
|
|
|
|
|
- >
|
|
|
|
|
- {{ Language.getNameTrl($i18n.locale, infoButton) }}
|
|
|
|
|
- </a-button>
|
|
|
|
|
- </template> -->
|
|
|
|
|
- </template>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<div>
|
|
<div>
|
|
@@ -315,7 +296,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- emits: ['complexSearch', 'executeExport', 'executeProcess'],
|
|
|
|
|
|
|
+ emits: ['complexSearch', 'executeProcess'],
|
|
|
|
|
|
|
|
data: function () {
|
|
data: function () {
|
|
|
this.Language = Language;
|
|
this.Language = Language;
|
|
@@ -393,14 +374,6 @@ export default {
|
|
|
this.$emit('complexSearch','complex');
|
|
this.$emit('complexSearch','complex');
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * 执行导出
|
|
|
|
|
- * @return {void}
|
|
|
|
|
- */
|
|
|
|
|
- executeExport: function () {
|
|
|
|
|
- this.$emit('executeExport');
|
|
|
|
|
- },
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 获取查询条件供外部调用
|
|
* 获取查询条件供外部调用
|
|
|
* @return {Object} 查询条件
|
|
* @return {Object} 查询条件
|