|
@@ -32,11 +32,14 @@
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
|
:wrapperCol="BaseTool.Constant.wrapperCol"
|
|
|
>
|
|
|
- <a-select style="width: 100%" v-decorator="['errorTypeId', {rules: [{required: true, message: '故障类别不能为空'}]}]">
|
|
|
- <a-select-option v-for="item in errorType" :key="item.id" :value="item.id">
|
|
|
- {{ item.title }}
|
|
|
- </a-select-option>
|
|
|
- </a-select>
|
|
|
+ <a-input
|
|
|
+ v-decorator="['errorTypeId', {rules: [{required: true, message: '故障类别不能为空'}]}]"
|
|
|
+ />
|
|
|
+<!-- <a-select style="width: 100%" v-decorator="['errorTypeId', {rules: [{required: true, message: '故障类别不能为空'}]}]">-->
|
|
|
+<!-- <a-select-option v-for="item in errorType" :key="item.id" :value="item.id">-->
|
|
|
+<!-- {{ item.title }}-->
|
|
|
+<!-- </a-select-option>-->
|
|
|
+<!-- </a-select>-->
|
|
|
</a-form-item>
|
|
|
</row-item>
|
|
|
<row-item>
|