Merge remote-tracking branch 'origin/dev_third_stage' into dev_third_stage

This commit is contained in:
CD
2022-10-28 13:01:17 +08:00
@@ -32,10 +32,10 @@
<div class="title-text"> <div class="title-text">
<span class="Required">*</span> <span class="Required">*</span>
<span class="title-text-text" <span class="title-text-text"
:title="$t('problemClassification')">{{$t('problemClassification')}}</span> :title="$t('classification')">{{$t('classification')}}</span>
</div> </div>
<a-form-model-item class="itemModel itemModel-multi" prop="problemType"> <a-form-model-item class="itemModel itemModel-multi" prop="problemType">
<a-select :placeholder="$t('PleaseSelect')+$t('problemClassification')" <a-select :placeholder="$t('PleaseSelect')+$t('classification')"
@change="problemTypeChange" @change="problemTypeChange"
mode="multiple" mode="multiple"
v-model="formInline.problemType"> v-model="formInline.problemType">