style(缺陷管理): 缺陷管理文案优化
--bug=1036619 --user=宋天阳 【缺陷管理】批量编辑缺陷标签-页面名称错误&提交后未关闭弹框,建议和用例管理保持一致 https://www.tapd.cn/55049933/s/1470475
This commit is contained in:
parent
f424fd1a4b
commit
f463d479d4
|
@ -28,12 +28,6 @@
|
||||||
item.label
|
item.label
|
||||||
}}</a-option>
|
}}</a-option>
|
||||||
</a-optgroup>
|
</a-optgroup>
|
||||||
<!-- V3.0 先不上自定义字段的批量更新 -->
|
|
||||||
<!-- <a-optgroup :label="t('bugManagement.batchUpdate.customFiled')">
|
|
||||||
<a-option v-for="item in customOptionList" :disabled="form.attribute === 'status'" :key="item.value" :value="item.value">{{
|
|
||||||
item.label
|
|
||||||
}}</a-option>
|
|
||||||
</a-optgroup> -->
|
|
||||||
</a-select>
|
</a-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item
|
<a-form-item
|
||||||
|
@ -235,6 +229,7 @@ const { t } = useI18n();
|
||||||
await updateBatchBug(tmpObj);
|
await updateBatchBug(tmpObj);
|
||||||
Message.success(t('common.updateSuccess'));
|
Message.success(t('common.updateSuccess'));
|
||||||
emit('submit');
|
emit('submit');
|
||||||
|
handleCancel();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
|
|
@ -85,8 +85,8 @@ export default {
|
||||||
systemFiled: '系统字段',
|
systemFiled: '系统字段',
|
||||||
customFiled: '自定义字段',
|
customFiled: '自定义字段',
|
||||||
append: '追加',
|
append: '追加',
|
||||||
openAppend: '开启: 追加字段',
|
openAppend: '开启: 追加标签',
|
||||||
closeAppend: '关闭: 覆盖原有字段',
|
closeAppend: '关闭: 覆盖原有标签',
|
||||||
handleUser: '处理人',
|
handleUser: '处理人',
|
||||||
tag: '标签',
|
tag: '标签',
|
||||||
required: {
|
required: {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
v-model:visible="isVisible"
|
v-model:visible="isVisible"
|
||||||
dialog-size="small"
|
dialog-size="small"
|
||||||
:title="t('caseManagement.featureCase.batchEdit', { number: props.batchParams.currentSelectCount })"
|
:title="t('caseManagement.featureCase.batchEdit', { number: props.batchParams.currentSelectCount })"
|
||||||
ok-text="common.confirm"
|
ok-text="common.update"
|
||||||
:confirm="confirmHandler"
|
:confirm="confirmHandler"
|
||||||
:close="closeHandler"
|
:close="closeHandler"
|
||||||
unmount-on-close
|
unmount-on-close
|
||||||
|
|
Loading…
Reference in New Issue