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"
/>
<el-table-column label="操作" width="220" align="center">
<el-table-column label="操作" width="auto" align="center">
<template #default="{ row }">
<el-button
style="color: #67c23a"

View File

@ -44,7 +44,7 @@
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 }">
<el-button
style="color: #67c23a"

View File

@ -44,7 +44,7 @@
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 }">
<el-button
type="text"
@ -58,8 +58,8 @@
<el-button
type="text"
size="mini"
icon="el-icon-download"
style="color: #d140ff"
icon="el-icon-download"
@click="onHandleDownload(row)"
>
下载
@ -88,9 +88,9 @@
<pagination
:total="total"
@pagination="getNwTemplateList"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@pagination="getNwTemplateList"
/>
<DialogModel :dialogConfig="dialogConfig" @closeDialogOuter="closeDialogOuter">
<template slot="outerContent">