fix(测试跟踪): 同步缺陷弹框优化
--bug=1019796 --user=张大海 【测试跟踪】缺陷管理-同步缺陷弹框显示优化 https://www.tapd.cn/55049933/s/1300132
This commit is contained in:
parent
f2064a2773
commit
589760a832
|
@ -31,11 +31,14 @@
|
|||
<el-form-item class="tips-item">
|
||||
<span class="tips">{{ $t('custom_field.sync_issue_tips') }}</span>
|
||||
</el-form-item>
|
||||
<el-form-item class="btn-group">
|
||||
</el-form>
|
||||
|
||||
<template v-slot:footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button size="small" @click="cancel">{{ $t('commons.cancel') }}</el-button>
|
||||
<el-button type="primary" size="small" @click="save">{{ $t('commons.confirm') }}</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue