|
@@ -84,11 +84,12 @@
|
|
|
<j-date placeholder="请选择启用日期" v-model="model.activeDate" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <!-- <a-col :span="12">
|
|
|
+ <a-col :span="12">
|
|
|
<a-form-model-item label="责任部门" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="responseDepartment">
|
|
|
- <a-input v-model="model.responseDepartment" placeholder="请输入责任部门" ></a-input>
|
|
|
+ <j-select-depart v-model="model.responseDepartment" placeholder="请输入责任部门" :multi="false" />
|
|
|
+ <!-- <a-input v-model="model.responseDepartment" placeholder="请输入责任部门" ></a-input> -->
|
|
|
</a-form-model-item>
|
|
|
- </a-col> -->
|
|
|
+ </a-col>
|
|
|
<a-col :span="12">
|
|
|
<a-form-model-item label="负责人" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="responsePerson">
|
|
|
<!-- <a-input v-model="model.responsePerson" placeholder="请输入负责人" ></a-input> -->
|