art: 用户管理-新增,选择设备 增加 tooltips
| | |
| | | ></j-select-production> |
| | | </a-form-model-item> |
| | | |
| | | |
| | | <a-form-model-item |
| | | label="选择设备" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | v-show="!productionDisabled" |
| | | > |
| | | <a-input-search |
| | | :readOnly="true" |
| | | v-model="model.equipmentIds" |
| | | @search="deviceSearch" |
| | | enter-button |
| | | placeholder="请选择设备" |
| | | :disabled="!model.selectedProduction" |
| | | /> |
| | | <a-tooltip title="选择设备后,用户就只有这些设备的权限!不选择设备,则会根据车间分配控制设备的权限!" placement="topRight"> |
| | | <a-input-search |
| | | :readOnly="true" |
| | | v-model="model.equipmentIds" |
| | | @search="deviceSearch" |
| | | enter-button |
| | | placeholder="请选择设备" |
| | | :disabled="!model.selectedProduction" |
| | | /> |
| | | </a-tooltip> |
| | | </a-form-model-item> |
| | | |
| | | |
| | | |
| | | <!--<a-form-model-item--> |
| | | <!--label="首页权限"--> |
| | | <!--:labelCol="labelCol"--> |