|
@@ -224,9 +224,9 @@ const { loading: detailLoading, doLoading: doDetailLoad } = useLoading(async (id
|
|
</el-tag>
|
|
</el-tag>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="操作" align="center" width="180">
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" v-col="'handle'" width="180">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-button type="text" size="small" @click="doDetailLoad(scope.row.id)" v-loading="detailLoading && detailForm.id === scope.row.id">
|
|
|
|
|
|
+ <el-button type="text" size="small" v-auth="'detail'" @click="doDetailLoad(scope.row.id)" v-loading="detailLoading && detailForm.id === scope.row.id">
|
|
<el-icon>
|
|
<el-icon>
|
|
<ele-Eye />
|
|
<ele-Eye />
|
|
</el-icon>
|
|
</el-icon>
|