Commit 5df3b580 by 叶富雄

调整生物模块布局和接口

parent 99bd0bdc
......@@ -93,8 +93,8 @@ const menuLayouts = [
component: () => import("@/views/dswtz/swxx/addSwxx.vue")
},
{
path: "/detailSwxx",
name: "detailSwxx",
path: "/swtzxxgl",
name: "swtzxxgl",
meta: {
title: '声纹信息详情'
},
......
......@@ -17,7 +17,7 @@
<template #btnGroup="scope">
<el-button @click="dele(scope.scope)" type="text">删除</el-button>
<el-button @click="modelList(scope.scope,'ryxxrxbj')" type="text">修改</el-button>
<el-button @click="RouteName(scope.scope,'detailSwxx')" type="text">生物特征信息管理</el-button>
<el-button @click="RouteName(scope.scope,'swtzxxgl')" type="text">生物特征信息管理</el-button>
</template>
</right-content>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment