|
|
|
@ -52,10 +52,6 @@
|
|
|
|
|
:key="index"> |
|
|
|
|
</el-table-column> |
|
|
|
|
</template> |
|
|
|
|
<template #menu="{size,row,index}"> |
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="editDeline(row)">编 辑</el-button> |
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="viewDeline(row)">查 看</el-button> |
|
|
|
|
</template> |
|
|
|
|
<!-- 操作栏模块 --> |
|
|
|
|
<el-table-column prop="menu" label="操作" :width="220" align="center"> |
|
|
|
|
<template #defualt="{row}"> |
|
|
|
|