fix: 修改通知管理文案
This commit is contained in:
parent
4da0a8feb6
commit
ceffa5eaf9
|
@ -93,7 +93,7 @@ const downFile = async (type: string) => {
|
|||
if (res) {
|
||||
const blob = new Blob([res], { type: type });
|
||||
const url = URL.createObjectURL(blob);
|
||||
downloadFileByUrl(url, `设备导入模版`, type);
|
||||
downloadFileByUrl(url, `设备导入模板`, type);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ const getConfig = async () => {
|
|||
// const blob = new Blob([res], { type: type });
|
||||
// const url = URL.createObjectURL(blob);
|
||||
// console.log(url);
|
||||
// downloadFileByUrl(url, `物联卡导入模版`, type);
|
||||
// downloadFileByUrl(url, `物联卡导入模板`, type);
|
||||
// }
|
||||
// };
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ const downFile = async (type: string) => {
|
|||
if (res) {
|
||||
const blob = new Blob([res], { type: type });
|
||||
const url = URL.createObjectURL(blob);
|
||||
downloadFileByUrl(url, `物联卡导入模版`, type);
|
||||
downloadFileByUrl(url, `物联卡导入模板`, type);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -11,13 +11,13 @@
|
|||
>
|
||||
<j-form ref="formRef" layout="vertical" :model="formData">
|
||||
<j-form-item
|
||||
label="通知模版"
|
||||
label="通知模板"
|
||||
name="templateId"
|
||||
:rules="{ required: true, message: '该字段为必填字段' }"
|
||||
>
|
||||
<j-select
|
||||
v-model:value="formData.templateId"
|
||||
placeholder="请选择通知模版"
|
||||
placeholder="请选择通知模板"
|
||||
@change="getTemplateDetail"
|
||||
>
|
||||
<j-select-option
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
<j-form-item
|
||||
label="webHook"
|
||||
v-bind="validateInfos['configuration.url']"
|
||||
:rules='[{ max: 64, message: "最多可输入64个字符" }]'
|
||||
>
|
||||
<j-input
|
||||
v-model:value="
|
||||
|
|
|
@ -20,7 +20,7 @@ const WeixinCorp = () => {
|
|||
<div>
|
||||
通知模板结合通知配置为告警消息通知提供支撑。通知模板只能调用同一类型的通知配置服务。
|
||||
</div>
|
||||
<h1>2.模版配置说明</h1>
|
||||
<h1>2.模板配置说明</h1>
|
||||
<div>
|
||||
<h2> 1、绑定配置</h2>
|
||||
<div> 使用固定的通知配置发送此通知模板</div>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<span>
|
||||
绑定配置
|
||||
<j-tooltip
|
||||
title="使用固定的通知配置来发送此通知模版"
|
||||
title="使用固定的通知配置来发送此通知模板"
|
||||
>
|
||||
<AIcon
|
||||
type="QuestionCircleOutlined"
|
||||
|
@ -281,7 +281,7 @@
|
|||
<span>
|
||||
收信人
|
||||
<j-tooltip
|
||||
title="如果不填写该字段,将在使用此模版发送通知时进行指定。"
|
||||
title="如果不填写该字段,将在使用此模板发送通知时进行指定。"
|
||||
>
|
||||
<AIcon
|
||||
type="QuestionCircleOutlined"
|
||||
|
@ -316,7 +316,7 @@
|
|||
<span>
|
||||
标签推送
|
||||
<j-tooltip
|
||||
title="本企业微信的标签ID列表,最多支持100个,如果不填写该字段,将在使用此模版发送通知时进行指定"
|
||||
title="本企业微信的标签ID列表,最多支持100个,如果不填写该字段,将在使用此模板发送通知时进行指定"
|
||||
>
|
||||
<AIcon
|
||||
type="QuestionCircleOutlined"
|
||||
|
@ -540,7 +540,7 @@
|
|||
>
|
||||
<template #label>
|
||||
<span>
|
||||
模版内容
|
||||
模板内容
|
||||
<j-tooltip
|
||||
title="语音验证码内容输入框,用于渲染验语音证码变量。"
|
||||
>
|
||||
|
@ -569,7 +569,7 @@
|
|||
<span>
|
||||
模板
|
||||
<j-tooltip
|
||||
title="阿里云短信平台自定义的模版名称"
|
||||
title="阿里云短信平台自定义的模板名称"
|
||||
>
|
||||
<AIcon
|
||||
type="QuestionCircleOutlined"
|
||||
|
@ -696,7 +696,7 @@
|
|||
>
|
||||
<template #label>
|
||||
<span>
|
||||
模版内容
|
||||
模板内容
|
||||
<j-tooltip
|
||||
title="发送的内容,支持录入变量"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue