| | |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item prop="partName" label="零件名称"> |
| | | <el-tooltip class="item" effect="dark" :content="dataForm.partName" > |
| | | <el-input |
| | | v-model="dataForm.partName" |
| | | placeholder="零件名称" |
| | | readonly |
| | | style="width: 100%" |
| | | ></el-input> |
| | | </el-tooltip> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | |
| | | typeOptions: [], |
| | | paramTemplateSelArr: [], |
| | | paramTemplateSelCol: 'operationTemplateNo', |
| | | // templateDefaultObj: { dataType: '生产要求' }, |
| | | templateDefaultObj: {}, |
| | | templateDefaultObj: { dataType: '生产要求' }, |
| | | paramSelArr: [], |
| | | paramSelCol: 'code', |
| | | operationIndex: null, |