|
@@ -235,8 +235,13 @@
|
|
|
</tr>
|
|
|
<!-- 非问题标签 -->
|
|
|
<tr v-if="questionFormData.questionFlag === 0">
|
|
|
- <sd-form-item-td :colspan="3" :name="'nonQuestionTag'" :label="'非问题标签'">
|
|
|
- <a-select
|
|
|
+ <sd-form-item-td
|
|
|
+ :colspan="3"
|
|
|
+ :name="'nonQuestionTag'"
|
|
|
+ :input-props="{ disabled: true }"
|
|
|
+ :label="'非问题标签'"
|
|
|
+ >
|
|
|
+ <!-- <a-select
|
|
|
v-model="questionFormData.questionId"
|
|
|
placeholder="请选择非问题标签"
|
|
|
:disabled="true"
|
|
@@ -247,8 +252,8 @@
|
|
|
:key="item.id"
|
|
|
:value="item.id"
|
|
|
>{{ item.name }}</a-select-option
|
|
|
- >
|
|
|
- </a-select>
|
|
|
+ > -->
|
|
|
+ <!-- </a-select> -->
|
|
|
</sd-form-item-td>
|
|
|
</tr>
|
|
|
<tr v-if="questionFormData.questionFlag === 0">
|