| | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="测点编码" prop="pointNo"> |
| | | <el-input v-model="formData.pointNo" placeholder="请输入测点编码" disabled/> |
| | | <el-input v-model="formData.pointNo" disabled/> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | |
| | | placeholder="请选择测点类型" |
| | | > |
| | | <el-option |
| | | v-for="dict in getDictOptions(DICT_TYPE.POINT_TYPE)" |
| | | v-for="dict in getDictOptions(DICT_TYPE.DATA_POINT_TYPE)" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | |
| | | placeholder="请选择数据类型" |
| | | > |
| | | <el-option |
| | | v-for="dict in getDictOptions(DICT_TYPE.DATA_TYPE)" |
| | | v-for="dict in getDictOptions(DICT_TYPE.POINT_DATA_TYPE)" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | |
| | | placeholder="请选择是否启用" |
| | | > |
| | | <el-option |
| | | v-for="dict in getIntDictOptions(DICT_TYPE.IS_ENABLED)" |
| | | v-for="dict in getIntDictOptions(DICT_TYPE.COM_IS_INT)" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | |
| | | </el-row> |
| | | <!--计量点--> |
| | | <el-row v-if="formData.pointType === 'MEASURE'"> |
| | | <el-col :span="12"> |
| | | <el-col :span="24"> |
| | | <el-form-item prop="sourceOption" label="数据源"> |
| | | <el-cascader |
| | | style="width: 100%;" |
| | |
| | | unit: undefined, |
| | | unittransfactor: 1, |
| | | defaultValue: 10, |
| | | maxValue: 1000000, |
| | | maxValue: 10000000, |
| | | minValue: 0, |
| | | minfreqid: undefined, |
| | | remark: undefined, |