[update] 禅道bug

This commit is contained in:
zhaomeijing
2022-06-15 16:46:44 +08:00
parent 90403f17b6
commit 5f453ea8f7
3 changed files with 8 additions and 5 deletions
@@ -22,7 +22,7 @@
v-model='form.paramsName' :placeholder="$t('pleaseEnter')+$t('ParameterName')" />
</a-form-model-item>
</a-col>
<a-col :span='6'>
<a-col :span='6' style='margin-top: 5px'>
<a-button class='box-button' type='primary' @click='searchQuery'>{{ $t('query') }}</a-button>
<a-button class='box-button' style='margin-left: 8px' @click='searchReset'>{{ $t('reset') }}</a-button>
</a-col>