fix(缺陷管理): 修复缺陷管理详情抽屉中标签可编辑的问题
--bug=1035761 --user=宋天阳 【缺陷管理】点击ID查看缺陷详情页面样式优化 https://www.tapd.cn/55049933/s/1469740
This commit is contained in:
parent
06d72c5fd8
commit
49aebfe441
|
@ -138,7 +138,9 @@
|
|||
<!-- 自定义字段结束 -->
|
||||
<div class="baseItem">
|
||||
<span class="label"> {{ t('bugManagement.detail.tag') }}</span>
|
||||
<MsTagsInput v-model:model-value="tags"></MsTagsInput>
|
||||
<span style="width: 200px">
|
||||
<MsTag v-for="item of tags" :key="item"> {{ item }} </MsTag>
|
||||
</span>
|
||||
</div>
|
||||
<!-- 创建人 创建时间需求说先去掉 -->
|
||||
<!-- <div class="baseItem">
|
||||
|
@ -177,7 +179,7 @@
|
|||
import MsIcon from '@/components/pure/ms-icon-font/index.vue';
|
||||
import MsSplitBox from '@/components/pure/ms-split-box/index.vue';
|
||||
import type { MsPaginationI } from '@/components/pure/ms-table/type';
|
||||
import MsTagsInput from '@/components/pure/ms-tags-input/index.vue';
|
||||
import MsTag from '@/components/pure/ms-tag/ms-tag.vue';
|
||||
import { CommentInput } from '@/components/business/ms-comment';
|
||||
import { CommentParams } from '@/components/business/ms-comment/types';
|
||||
import MsDetailDrawer from '@/components/business/ms-detail-drawer/index.vue';
|
||||
|
|
Loading…
Reference in New Issue