| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="所属机器组" prop="groupId"> |
| | | <!-- <el-input style="width: 240px" v-model="form.groupId" placeholder="所属机器组" clearable></el-input> --> |
| | | <el-form-item label="所属设备组" prop="groupId"> |
| | | <!-- <el-input style="width: 240px" v-model="form.groupId" placeholder="" clearable></el-input> --> |
| | | <el-tree-select v-model="form.groupId" node-key="id" :props="props" :data="options.groupId" |
| | | filterable style="width: 240px" /> |
| | | </el-form-item> |
| | |
| | | }, |
| | | mode: "add", |
| | | titleMap: { |
| | | add: '新建机器台账', |
| | | edit: '编辑机器台账', |
| | | add: '新建设备台账', |
| | | edit: '编辑设备台账', |
| | | // show: '查看' |
| | | }, |
| | | visible: false, |