|
@@ -6,7 +6,7 @@
|
|
|
<el-select v-model="form.model.groupId" :placeholder="t('modules.qa.selectCategory')"
|
|
<el-select v-model="form.model.groupId" :placeholder="t('modules.qa.selectCategory')"
|
|
|
style="width: 100%">
|
|
style="width: 100%">
|
|
|
<el-option v-for="item in categoryList" :key="item.id"
|
|
<el-option v-for="item in categoryList" :key="item.id"
|
|
|
- :label="`${item.bnName || ''} - ${item.enName || ''}`" :value="item.id" />
|
|
|
|
|
|
|
+ :label="`${item.bnName || ''} / ${item.enName || ''}`" :value="item.id" />
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item :label="t('modules.qa.bnTitle')" prop="bnTitle">
|
|
<el-form-item :label="t('modules.qa.bnTitle')" prop="bnTitle">
|
|
@@ -29,10 +29,10 @@
|
|
|
<el-footer class="sa-footer--submit">
|
|
<el-footer class="sa-footer--submit">
|
|
|
<el-button v-if="modal.params.type == 'add'" type="primary" @click="confirm">{{
|
|
<el-button v-if="modal.params.type == 'add'" type="primary" @click="confirm">{{
|
|
|
t('common.save')
|
|
t('common.save')
|
|
|
- }}</el-button>
|
|
|
|
|
|
|
+ }}</el-button>
|
|
|
<el-button v-if="modal.params.type == 'edit'" type="primary" @click="confirm">{{
|
|
<el-button v-if="modal.params.type == 'edit'" type="primary" @click="confirm">{{
|
|
|
t('common.update')
|
|
t('common.update')
|
|
|
- }}</el-button>
|
|
|
|
|
|
|
+ }}</el-button>
|
|
|
</el-footer>
|
|
</el-footer>
|
|
|
</el-container>
|
|
</el-container>
|
|
|
</template>
|
|
</template>
|