|
|
@ -54,6 +54,11 @@ |
|
|
|
placeholder="设备状态"></j-dict-select-tag> |
|
|
|
placeholder="设备状态"></j-dict-select-tag> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
|
|
|
|
<a-col :span="24"> |
|
|
|
|
|
|
|
<a-form-model-item label="设备日负载" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="val"> |
|
|
|
|
|
|
|
<a-input v-model="model.val" placeholder="设备日负载" ></a-input> |
|
|
|
|
|
|
|
</a-form-model-item> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-form-model-item label="维护周期" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="maintenancecycle"> |
|
|
|
<a-form-model-item label="维护周期" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="maintenancecycle"> |
|
|
|
<a-input v-model="model.maintenancecycle" placeholder="请输入维护周期" ></a-input> |
|
|
|
<a-input v-model="model.maintenancecycle" placeholder="请输入维护周期" ></a-input> |
|
|
|