| | |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="自定义识别区" prop="enable_custom_area" class="safe-height"> |
| | | <el-checkbox v-model="form.enable_custom_area"></el-checkbox> |
| | | <el-checkbox v-model="form.enable_custom_area" :disabled="detailTitle === '工单详情'"></el-checkbox> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="自定义识别区" prop="enable_custom_area" class="safe-height"> |
| | | <el-checkbox v-model="form.enable_custom_area"></el-checkbox> |
| | | <el-checkbox v-model="form.enable_custom_area" :disabled="true"></el-checkbox> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |