소스 검색

工作台查看详情传参

renmy 3 년 전
부모
커밋
2584dcae58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/device/workbench/index.vue

+ 1 - 1
src/views/device/workbench/index.vue

@@ -134,7 +134,7 @@
 
 				<el-table-column align="center" label="操作" width="180">
 					<template slot-scope="scope">
-						<el-button @click="gotoDetailsHandle(scope.row.imei)" type="text">查看详情</el-button>
+						<el-button @click="gotoDetailsHandle(scope.row.sn)" type="text">查看详情</el-button>
 					</template>
 				</el-table-column>
 			</el-table>