diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html
index 3d019639..8e8eb077 100644
--- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html
+++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html
@@ -109,7 +109,7 @@ export function doImportExcel(data) {
// 最长超时时间 3 分钟
timeout: 180000,
headers: {
- 'Content-Type': 'multipart/form-data'
+ "Content-Type": "multipart/form-data"
},
data,
});
diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html
index 7ba705f6..d253ff7f 100644
--- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html
+++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html
@@ -99,7 +99,7 @@
#if(vali != "isNotNull")
const validate_#(column.fieldName+'_'+vali) = (rule, value, callback) => {
if (!#(vali)(value)) {
- callback(new Error(getMsg('#(vali)')));
+ callback(new Error(getMsg("#(vali)")));
} else {
callback();
}
diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html
index a89511ee..b3eaa98b 100644
--- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html
+++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html
@@ -14,10 +14,10 @@
@@ -101,25 +101,25 @@
> 添加
导入
导出