提交 d7143f82 编写于 作者: Z zhaoke

* Update none filter.

上级 09b5fa17
......@@ -33,6 +33,7 @@ export default {
'priority': 'Priority',
'step': 'Step',
'status': 'Status',
'none': 'none',
'all': 'All',
'only_failed': 'Only Failed',
......
......@@ -37,6 +37,7 @@ export default {
'step': '步骤',
'status': '状态',
'all': '所有',
'none': '',
'only_failed': '仅失败用例',
'zentao_site': '禅道站点',
......
......@@ -17,7 +17,7 @@
<Button id="displayByFilter"
v-if="currSite.id != 1"
:label="oldFilerValue && te('by_' + oldFilerType) ? t('by_' + oldFilerType) : t('all')"
:label="oldFilerValue && te('by_' + oldFilerType) ? t('by_' + oldFilerType) : t('none')"
labelClass="strong"
class="rounded pure padding-sm-h"
suffix-icon="caret-down"/>
......@@ -126,7 +126,7 @@ const FilterTyles = ref([
const setFilterTypes = () => {
if(currSite.value.id != 1){
FilterTyles.value = [
{key: '', title: t('all')},
{key: '', title: t('none')},
{key: 'workspace', title: t('by_workspace')},
{key: 'suite', title: t('by_suite')},
{key: 'task', title: t('by_task')},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册