mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
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">
|
<el-form-item class="tips-item">
|
||||||
<span class="tips">{{ $t('custom_field.sync_issue_tips') }}</span>
|
<span class="tips">{{ $t('custom_field.sync_issue_tips') }}</span>
|
||||||
</el-form-item>
|
</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 size="small" @click="cancel">{{ $t('commons.cancel') }}</el-button>
|
||||||
<el-button type="primary" size="small" @click="save">{{ $t('commons.confirm') }}</el-button>
|
<el-button type="primary" size="small" @click="save">{{ $t('commons.confirm') }}</el-button>
|
||||||
</el-form-item>
|
</div>
|
||||||
</el-form>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user