| | |
| | | <button type="button" class="btn btn-primary btn-sm" |
| | | v-on:click="_openAddMachineTranslateModal()"> |
| | | <i class="glyphicon glyphicon-plus"></i> |
| | | 添加设备同步 |
| | | 添加 |
| | | </button> |
| | | </div> |
| | | </div> |
| | |
| | | <tr> |
| | | <th class="text-center">同步ID</th> |
| | | <th class="text-center">设备编码</th> |
| | | <th class="text-center">设备ID</th> |
| | | <th class="text-center">对象类型</th> |
| | | <th class="text-center">对象名称</th> |
| | | <th class="text-center">对象Id</th> |
| | | <th class="text-center">状态</th> |
| | | <th class="text-center">同步时间</th> |
| | | <th class="text-center">操作</th> |
| | | |
| | | |
| | |
| | | <tr v-for="machineTranslate in machineTranslateManageInfo.machineTranslates"> |
| | | <td class="text-center">{{machineTranslate.machineTranslateId}}</td> |
| | | <td class="text-center">{{machineTranslate.machineCode}}</td> |
| | | <td class="text-center">{{machineTranslate.machineId}}</td> |
| | | <td class="text-center">{{machineTranslate.typeCd}}</td> |
| | | <td class="text-center">{{machineTranslate.typeCdName}}</td> |
| | | <td class="text-center">{{machineTranslate.objName}}</td> |
| | | <td class="text-center">{{machineTranslate.objId}}</td> |
| | | <td class="text-center">{{machineTranslate.state}}</td> |
| | | <td class="text-center">{{machineTranslate.stateName}}</td> |
| | | <td class="text-center">{{machineTranslate.updateTime}}</td> |
| | | <td class="text-center"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openEditMachineTranslateModel(machineTranslate)">修改 |
| | | </button> |
| | | </div> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openDeleteMachineTranslateModel(machineTranslate)">删除 |
| | | </button> |
| | | </div> |
| | | <!-- <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openDeleteMachineTranslateModel(machineTranslate)">删除 |
| | | </button> |
| | | </div>--> |
| | | </td> |
| | | |
| | | </tr> |
| | |
| | | callBackFunction="" |
| | | ></vc:create> |
| | | <vc:create name="editMachineTranslate"></vc:create> |
| | | <!-- <vc:create name="deleteMachineTranslate"></vc:create>--> |
| | | <!-- <vc:create name="deleteMachineTranslate"></vc:create>--> |
| | | |
| | | </div> |