jcq 5 dienas atpakaļ
vecāks
revīzija
e959ef6f3d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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>