This commit is contained in:
parent
e78b520db4
commit
9b7b18881a
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue