瀏覽代碼

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')}}