+ :sn="form.templateSn" :templateData="form" fillType="blxjsh" />
{{ $t('page.business.study.studyFormFill.qmxx') }}
diff --git a/src/views/business/study/comp/tbbd/Xq.vue b/src/views/business/study/comp/tbbd/Xq.vue
index 9cb2402..3f6ce25 100644
--- a/src/views/business/study/comp/tbbd/Xq.vue
+++ b/src/views/business/study/comp/tbbd/Xq.vue
@@ -362,7 +362,7 @@ export default {
this.$modal.loading()
// 1. 使用 html2pdf 手动构建 PDF,并获取底层的 jsPDF 实例
const pdf = await html2pdf()
- .set(options) // 应用你的配置选项
+ .set(options) // 应用你的配制选项
.from(pdfContent) // 指定 PDF 内容
.toPdf() // 转换为 PDF
.get('pdf'); // 获取 jsPDF 实例
diff --git a/src/views/business/study/comp/tbbdList.vue b/src/views/business/study/comp/tbbdList.vue
index b9efeaa..b6a0b35 100644
--- a/src/views/business/study/comp/tbbdList.vue
+++ b/src/views/business/study/comp/tbbdList.vue
@@ -120,7 +120,7 @@
$t('page.business.study.studyFormFill.sy') }}
{{
+ >{{
$t('page.business.study.studyFormFill.fz') }}
{
+ if (this.$route.path === data.toUrl) {
+ this.$emit('changeTab', { key: 'syff' })
+ } else {
+ let index = _.findIndex(this.$store.state.tagsView.visitedViews, (tab) => {
+ return tab.path === data.toUrl
+ })
+ if (index > -1) {
+ this.$tab.refreshPage(this.$store.state.tagsView.visitedViews[index]);
+ } else {
+ this.$tab.openPage("loading", data.toUrl)
+ }
+ }
+ }
+ });
+ },
getIsMatchSubject() {
studySubject_isMatchSubject({ studySubjectId: this.form.studySubjectId }).then(response => {
this.isMatchSubject = response.data
diff --git a/src/views/business/template/list.vue b/src/views/business/template/list.vue
index 940812d..c022f09 100644
--- a/src/views/business/template/list.vue
+++ b/src/views/business/template/list.vue
@@ -94,7 +94,7 @@
-
+
@@ -163,7 +163,7 @@
:placeholder="$t('form.placeholderSelect')" style="width:100%">
-
+
@@ -332,7 +332,7 @@ export default {
bdpz(row) {
this.saveSimpleLog({ name: row.name + '(' + row.showSn + ')', nameEn: row.name + '(' + row.showSn + ')', jcmc: '模板详情', jcmcEn: 'Function Detail' })
- this.tableDialog.title = '表单配置'
+ this.tableDialog.title = '表单配制'
this.tableDialog.sn = row.sn
this.tableDialog.templateData.bdmc =this.$i18n.locale === 'zh_CN'? row.name:row.nameEn
this.tableDialog.templateData.templateId = row.id
diff --git a/src/views/lblh/components/AutoSaveTextarea.vue b/src/views/lblh/components/AutoSaveTextarea.vue
index 204d0fc..6fef04d 100644
--- a/src/views/lblh/components/AutoSaveTextarea.vue
+++ b/src/views/lblh/components/AutoSaveTextarea.vue
@@ -163,7 +163,7 @@ export default {
type: String,
default: '请输入内容...'
},
- // 服务器配置
+ // 服务器配制
serverConfig: {
type: Object,
default: () => ({})
diff --git a/src/views/lblh/index.vue b/src/views/lblh/index.vue
index 1749672..ae07f8e 100644
--- a/src/views/lblh/index.vue
+++ b/src/views/lblh/index.vue
@@ -44,7 +44,7 @@
云端同步
1.失败操作加入离线队列
2.网络恢复时自动重试
- 3.失败重试策略(可配置重试等待延迟,以及重试次数,避免太多请求,造成服务器压力过大)
+ 3.失败重试策略(可配制重试等待延迟,以及重试次数,避免太多请求,造成服务器压力过大)
+
diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue
index ee47cff..8b644d4 100644
--- a/src/views/system/dict/data.vue
+++ b/src/views/system/dict/data.vue
@@ -146,7 +146,7 @@
@pagination="getList"
/>
-
+
diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue
index 7b7adb3..5d60b8a 100644
--- a/src/views/system/dict/index.vue
+++ b/src/views/system/dict/index.vue
@@ -162,7 +162,7 @@
@pagination="getList"
/>
-
+
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
index 9e8ecf8..9c03ea9 100644
--- a/src/views/system/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -198,7 +198,7 @@
@pagination="getList"
/>
-
+
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 9fd63fc..d4b42b3 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -136,7 +136,7 @@
-
+
diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue
index 79e8dcd..1cd3c55 100644
--- a/src/views/tool/gen/index.vue
+++ b/src/views/tool/gen/index.vue
@@ -314,7 +314,7 @@ export default {
const tableId = row.tableId || this.ids[0]
const tableName = row.tableName || this.tableNames[0]
const params = { pageNum: this.queryParams.pageNum }
- this.$tab.openPage("修改[" + tableName + "]生成配置", '/tool/gen-edit/index/' + tableId, params)
+ this.$tab.openPage("修改[" + tableName + "]生成配制", '/tool/gen-edit/index/' + tableId, params)
},
/** 删除按钮操作 */
handleDelete(row) {