上传
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<el-table-column prop="stateName" label="审核状态" fixed="right" min-width="90" />
|
||||
<el-table-column label="操作" width="150px" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button type="primary" style="padding: 0" text @click="handleDetail(row.id)">
|
||||
<el-button type="primary" style="padding: 0" text @click="handleDetail(row)">
|
||||
详情
|
||||
</el-button>
|
||||
<el-button
|
||||
@@ -214,8 +214,8 @@ function batchAudit() {
|
||||
}
|
||||
|
||||
const feebackDetailDialog = ref()
|
||||
function handleDetail(id) {
|
||||
feebackDetailDialog.value.open(id)
|
||||
function handleDetail(row) {
|
||||
feebackDetailDialog.value.open(row)
|
||||
}
|
||||
async function handleCancel(id) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user