|
@@ -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
|