This commit is contained in:
BianLzhaoMin 2025-05-07 17:14:05 +08:00
parent e78b520db4
commit 9b7b18881a
3 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@
v-for="(item, index) in tableColumn" v-for="(item, index) in tableColumn"
/> />
<el-table-column label="操作" width="220" align="center"> <el-table-column label="操作" width="auto" align="center">
<template #default="{ row }"> <template #default="{ row }">
<el-button <el-button
style="color: #67c23a" style="color: #67c23a"

View File

@ -44,7 +44,7 @@
v-for="(item, index) in tableColumn" v-for="(item, index) in tableColumn"
/> />
<el-table-column label="操作" width="220" align="center"> <el-table-column label="操作" width="auto" align="center">
<template #default="{ row }"> <template #default="{ row }">
<el-button <el-button
style="color: #67c23a" style="color: #67c23a"

View File

@ -44,7 +44,7 @@
v-for="(item, index) in tableColumn" v-for="(item, index) in tableColumn"
/> />
<el-table-column label="操作" width="220" align="center"> <el-table-column label="操作" width="auto" align="center">
<template #default="{ row }"> <template #default="{ row }">
<el-button <el-button
type="text" type="text"
@ -58,8 +58,8 @@
<el-button <el-button
type="text" type="text"
size="mini" size="mini"
icon="el-icon-download"
style="color: #d140ff" style="color: #d140ff"
icon="el-icon-download"
@click="onHandleDownload(row)" @click="onHandleDownload(row)"
> >
下载 下载
@ -88,9 +88,9 @@
<pagination <pagination
:total="total" :total="total"
@pagination="getNwTemplateList"
:page.sync="queryParams.pageNum" :page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize" :limit.sync="queryParams.pageSize"
@pagination="getNwTemplateList"
/> />
<DialogModel :dialogConfig="dialogConfig" @closeDialogOuter="closeDialogOuter"> <DialogModel :dialogConfig="dialogConfig" @closeDialogOuter="closeDialogOuter">
<template slot="outerContent"> <template slot="outerContent">