소스 검색

fix(models): 模型库

wangxiao 2 년 전
부모
커밋
eb4afe0d59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Iot/model/models.vue

+ 1 - 1
src/pages/Iot/model/models.vue

@@ -15,7 +15,7 @@
   >
   <template #bodyCell="{column, record}">
       <template v-if="column.key === 'id'" >
-          <a  @click="openModal()">{{record.id}}</a>
+          <a @click="goDetailPage(record.id)" >{{record.id}}</a>
         </template>
         <template v-if="column.key === 'createAt'" >
           {{dayjs(record.createAt).format('YYYY/MM/DD HH:MM:ss')}}