| | |
| | | |
| | | <a-descriptions |
| | | title="运行数据" |
| | | v-show="mdcDriveTypeParamConfigList != null" |
| | | v-if="driverType != 'PLC'" |
| | | :column="4" |
| | | > |
| | |
| | | |
| | | </a-descriptions> |
| | | |
| | | <a-descriptions |
| | | title="坐标信息" |
| | | v-if="driverType != 'PLC'" |
| | | :column="4" |
| | | > |
| | | <a-descriptions-item |
| | | v-for="(item,id) in xyzAliasesList " |
| | | :key="item.id" |
| | | :label="item.title" |
| | | >{{item.value}}</a-descriptions-item> |
| | | </a-descriptions> |
| | | <!--<a-descriptions--> |
| | | <!--title="坐标信息"--> |
| | | <!--v-show="xyzAliasesList != null"--> |
| | | <!--v-if="driverType != 'PLC'"--> |
| | | <!--:column="4"--> |
| | | <!-->--> |
| | | <!--<a-descriptions-item--> |
| | | <!--v-for="(item,id) in xyzAliasesList "--> |
| | | <!--:key="item.id"--> |
| | | <!--:label="item.title"--> |
| | | <!-->{{item.value}}</a-descriptions-item>--> |
| | | <!--</a-descriptions>--> |
| | | |
| | | <a-descriptions |
| | | title="版本信息 for lsv2" |
| | |
| | | getAction(this.url.mdcEquipmentDetailedInfo, { id: id }).then((res) => { |
| | | if (res.success) { |
| | | _this.resultData = res.result |
| | | console.log(_this.resultData) |
| | | _this.driverType = res.result.deviceType |
| | | _this.spindlebeilv = res.result.spindlebeilv |
| | | _this.feedbeilv = res.result.feedbeilv |
| | |
| | | }) |
| | | // _this.initDeviceType(_this.resultData.deviceType) |
| | | } else { |
| | | _this.$message.warn(res.message) |
| | | // _this.$message.warn(res.message) |
| | | _this.$notification.warning({ |
| | | message:'消息', |
| | | description:res.message |
| | | }); |
| | | } |
| | | }) |
| | | |