浏览代码

静态数据

jcq 5 天之前
父节点
当前提交
e959ef6f3d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/marketing/rules/index.vue

+ 3 - 0
src/views/marketing/rules/index.vue

@@ -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>