diff --git a/src/api/business/template/template.js b/src/api/business/template/template.js
index 0f9f18b..6a134c5 100644
--- a/src/api/business/template/template.js
+++ b/src/api/business/template/template.js
@@ -15,3 +15,19 @@ export function template_info(query) {
params: query
})
}
+
+export function template_save(data) {
+ return request({
+ url: '/system/business/template/save',
+ method: 'post',
+ data: data
+ })
+}
+
+export function template_delete(data) {
+ return request({
+ url: '/system/business/template/delete',
+ method: 'post',
+ data: data
+ })
+}
diff --git a/src/views/business/template/list.vue b/src/views/business/template/list.vue
index 3226369..8c05ba0 100644
--- a/src/views/business/template/list.vue
+++ b/src/views/business/template/list.vue
@@ -26,6 +26,8 @@
{{ $t('form.search') }}
{{ $t('form.reset') }}
+
+ 新增-后期不需要
@@ -41,7 +43,8 @@
- {{$t('page.system.template.edit')}}
+ 编辑
+ {{$t('page.system.template.detail')}}
@@ -58,27 +61,39 @@
-
+
+
+
+
+
+
+
+
+
+
+
-
+