diff --git a/src/api/certificateManage/index.js b/src/api/certificateManage/index.js
index 61f9b72..38f73c7 100644
--- a/src/api/certificateManage/index.js
+++ b/src/api/certificateManage/index.js
@@ -460,3 +460,53 @@ export function getImpFunctionListPageApi(data) {
params:data
})
}
+
+// 安全须知-列表
+export function getRuleListApi(data) {
+ return request({
+ url: '/certificate/certificate_system/certificateInfo/getRuleList',
+ method: 'get',
+ headers: {
+ //"merchant-id":"378915229716713472",
+ },
+ params:data
+ })
+}
+
+// 安全须知-新增
+export function insertRuleApi(data) {
+ return request({
+ url: '/certificate/certificate_system/certificateInfo/insertRule',
+ method: 'post',
+ headers: {
+ //"merchant-id":"378915229716713472",
+ },
+ data:data
+ })
+}
+
+
+// 安全须知-更新
+export function updateRuleApi(data) {
+ return request({
+ url: '/certificate/certificate_system/certificateInfo/updateRule',
+ method: 'post',
+ headers: {
+ //"merchant-id":"378915229716713472",
+ },
+ data:data
+ })
+}
+
+// 安全须知-更新状态
+export function updateRuleStateApi(data) {
+ return request({
+ url: '/certificate/certificate_system/certificateInfo/updateRuleState',
+ method: 'post',
+ headers: {
+ //"merchant-id":"378915229716713472",
+ },
+ data:data
+ })
+}
+
diff --git a/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue b/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue
index 3bc8d4a..08a6cd2 100644
--- a/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue
+++ b/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue
@@ -36,20 +36,26 @@
-
-
-
- 查看
+
+
+
+ {{scope.row.fileName}}
无附件
+
+ 开启
-
-
+
+
文本内容
附件内容
@@ -121,29 +127,13 @@
提 交
取 消
-
-
-
-
-
-
-
-
-
-
+