| | |
| | | |
| | | </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="坐标信息"--> |
| | | <!--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" |