Browse Source

保养管理优化

2 years ago
parent
commit
cadcd486b3
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/check/checkstandard/modules/BaseForm.vue

+ 1 - 3
src/views/check/checkstandard/modules/BaseForm.vue

@@ -56,10 +56,9 @@
             :wrapperCol="BaseTool.Constant.wrapperCol"
           >
             <a-input
-              disabled
               style="width: 80%"
               v-decorator="['partName']"/>
-            <a-button type="primary" style="width: 20%" @click="handlePartSelect">选择</a-button>
+<!--            <a-button type="primary" style="width: 20%" @click="handlePartSelect">选择</a-button>-->
           </a-form-item>
         </row-item>
         <row-item>
@@ -88,7 +87,6 @@
             :wrapperCol="BaseTool.Constant.wrapperCol"
           >
             <a-select
-              disabled
               v-decorator="['checkUserType', {rules: [{required: true, message: '执行人方式不能为空'}]}]"
               placeholder="请选择">
               <a-select-option