|
@@ -34,6 +34,9 @@
|
|
|
<el-table-column label="备注" prop="createBy" show-overflow-tooltip width="200"></el-table-column>
|
|
|
<el-table-column label="操作" width="150">
|
|
|
<template #default="scope">
|
|
|
+ <el-button @click="openEdit({})" size="small" text type="primary">
|
|
|
+ 新增
|
|
|
+ </el-button>
|
|
|
<el-button @click="openEdit(scope.row)" size="small" text type="primary">
|
|
|
编辑
|
|
|
</el-button>
|