Commit c0a69afa by 叶富雄

添加生物特征信息操作按钮

parent 7ec5f301
......@@ -30,7 +30,7 @@
size="90%">
<right-content
:tableOperation="tableOperation"
:tableOperationWidth="tableOperationWidth"
:tableOperationWidth="300"
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData1"
......@@ -42,6 +42,7 @@
<template #btnGroup="scope">
<el-button @click="dele1(scope.scope)" type="text">删除</el-button>
<el-button @click="edit1(scope.scope)" type="text">修改</el-button>
<el-button @click="toSwtzxxgl(scope.scope)" type="text">生物特征信息管理</el-button>
</template>
</right-content>
</el-drawer>
......@@ -226,7 +227,7 @@
toSwtzxxgl(i){
this.$router.push({
path:'/swtzxxgl',
query:{rybh:i}
query:{rybh:i.row.asjxgrybh}
})
},
zwbd(scope){
......
......@@ -34,7 +34,7 @@
size="90%">
<right-content
:tableOperation="tableOperation"
:tableOperationWidth="tableOperationWidth"
:tableOperationWidth="300"
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData1"
......@@ -46,6 +46,7 @@
<template #btnGroup="scope">
<el-button @click="dele1(scope.scope)" type="text">删除</el-button>
<el-button @click="edit1(scope.scope)" type="text">修改</el-button>
<el-button @click="toSwtzxxgl(scope.scope)" type="text">生物特征信息管理</el-button>
</template>
</right-content>
</el-drawer>
......@@ -230,7 +231,7 @@
toSwtzxxgl(i){
this.$router.push({
path:'/swtzxxgl',
query:{rybh:i}
query:{rybh:i.row.asjxgrybh}
})
},
zwbd(scope){
......
......@@ -247,7 +247,6 @@
this.xxzjbh = xxzjbh
},
toSwtzxxgl(i){
alert(JSON.stringify(i.row.asjxgrybh))
this.$router.push({
path:'/swtzxxgl',
query:{rybh:i.row.asjxgrybh}
......
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