| | |
| | | class="!w-200px" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="测点类型" prop="pointType"> |
| | | <el-select |
| | | v-model="queryParams.pointType" |
| | | placeholder="请选择" |
| | | clearable |
| | | class="!w-240px" |
| | | > |
| | | <el-option |
| | | v-for="dict in getStrDictOptions(DICT_TYPE.DATA_POINT_TYPE)" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="测点Tag" prop="tagNo"> |
| | | <el-input |
| | | v-model="queryParams.tagNo" |
| | |
| | | pageSize: 10, |
| | | pointNo: undefined, |
| | | pointName: undefined, |
| | | pointType: undefined, |
| | | tagNo: undefined, |
| | | collectQuality: undefined, |
| | | }) |