diff --git a/src/api/business/sj/sj.js b/src/api/business/sj/sj.js index 47448a6..88ab057 100644 --- a/src/api/business/sj/sj.js +++ b/src/api/business/sj/sj.js @@ -161,7 +161,7 @@ export function sj_subpackage(data) { data: data }) } -// 开始配置 +// 开始配制 export function sj_startConfiguration(data) { return request({ url: '/system/business/studyFormFill/startConfiguration', @@ -169,7 +169,7 @@ export function sj_startConfiguration(data) { data: data }) } -// 完成配置 +// 完成配制 export function sj_configurationCompleted(data) { return request({ url: '/system/business/studyFormFill/configurationCompleted', @@ -185,4 +185,4 @@ export function exportDetail(query) { method: 'get', params: query }) -} \ No newline at end of file +} diff --git a/src/api/system/config.js b/src/api/system/config.js index a404d82..4d7eed2 100644 --- a/src/api/system/config.js +++ b/src/api/system/config.js @@ -25,7 +25,7 @@ export function getConfigKey(configKey) { }) } -// 新增参数配置 +// 新增参数配制 export function addConfig(data) { return request({ url: '/system/config', @@ -34,7 +34,7 @@ export function addConfig(data) { }) } -// 修改参数配置 +// 修改参数配制 export function updateConfig(data) { return request({ url: '/system/config', @@ -43,7 +43,7 @@ export function updateConfig(data) { }) } -// 删除参数配置 +// 删除参数配制 export function delConfig(configId) { return request({ url: '/system/config/' + configId, diff --git a/src/assets/images/dark.svg b/src/assets/images/dark.svg index f646bd7..dd0fc1f 100644 --- a/src/assets/images/dark.svg +++ b/src/assets/images/dark.svg @@ -19,7 +19,7 @@ - + diff --git a/src/assets/images/light.svg b/src/assets/images/light.svg index ab7cc08..5cad3ff 100644 --- a/src/assets/images/light.svg +++ b/src/assets/images/light.svg @@ -19,7 +19,7 @@ - + diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 40f35e0..ee30bab 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -212,7 +212,10 @@ aside { background: #409EFF; } &.ytj { - background: #F78B07; + background: #2AC663; + } + &.wtg { + background: #f73f07; } &.ytg { background: #2AC663; diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index 61fe98e..466691b 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -72,7 +72,7 @@ export default { bounds: document.body, debug: "warn", modules: { - // 工具栏配置 + // 工具栏配制 toolbar: [ ["bold", "italic", "underline", "strike"], // 加粗 斜体 下划线 删除线 ["blockquote", "code-block"], // 引用 代码块 diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 27d53a6..cd6c26d 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -507,7 +507,7 @@ export default { getOperationColumns() { return { columnsData: this.columns, headerSelectFields: this.headerSelectFields,fieldItemLabel: this.fieldItemLabel } }, - //获取其他下拉框的配置 + //获取其他下拉框的配制 getOtherItem(sItem) { return { label: sItem.otherLabel ? this.$t(sItem.otherLabel) : this.$t("template.common.other"), @@ -936,7 +936,7 @@ export default { // 优先从行数据中获取动态label(如jzbh1Label) item.checkboxLabel = currentItem[dynamicLabelKey]; } else if (col.checkboxLabel !== undefined && col.checkboxLabel !== '') { - // 否则使用列配置的checkboxLabel + // 否则使用列配制的checkboxLabel item.checkboxLabel = this.$t(col.checkboxLabel); } if (col.bodyType === "operableInput" ) { @@ -1151,7 +1151,7 @@ export default { onBlur(rowIndex, colKey) { const value = this.localDataSource[rowIndex][colKey]; - // 查找对应的列配置 + // 查找对应的列配制 const col = this.columns.find(c => c.prop === colKey); if (col && col.bodyFillType === "actFill" && col.compareTo) { const compareToValue = this.localDataSource[rowIndex][col.compareTo]; @@ -1168,7 +1168,7 @@ export default { this.$emit("blur", { rowIndex, colKey, value, dataSource: this.localDataSource, headerSelectFields: this.headerSelectFields, item: this.localDataSource[rowIndex] }); }, onSubBlur(rowIndex, colKey, value) { - // 查找对应的列配置 + // 查找对应的列配制 const col = this.columns.find(c => c.bodySubKey === colKey); if (col && col.bodySubFillType === "actFill" && col.bodySubCompareTo) { const compareToValue = this.localDataSource[rowIndex][col.bodySubCompareTo]; diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index 115c85a..83c8450 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -1202,7 +1202,7 @@ console.log("fillll") if (!isOldValueEmpty && !(isSame) && (this.templateFillType === "actFill" || this.templateFillType === "blxjsh")&&this.type !== "attachment") { console.log("需要电子签名") // 通过EventBus触发电子签名弹窗 - // EventBus.$emit('showEditSignDialog', { uuid: this.uuid }); + EventBus.$emit('showEditSignDialog', { uuid: this.uuid }); } else {//如果是第一次填写,不需要密码验证 this.handleUpdateRecord() } diff --git a/src/components/Template/README.md b/src/components/Template/README.md index a0cb698..ce1e41c 100644 --- a/src/components/Template/README.md +++ b/src/components/Template/README.md @@ -1,5 +1,7 @@ ## BaseInfoFormPackage组件config字段描述: + # demo: + ``` "formConfig":[ { @@ -11,7 +13,7 @@ fillType: "preFill" |"actFill",//主要是边框的区分,preFill为预填(蓝色),actFill为实际填报(橙色); options: this.getDictOptions("business_cctj"),//当前表单的type为select时,options为必填项,如:[{label:"",value:""}] otherCode: "storageConditionOther",//当前表单可能会触发其他输入项,otherCode为其他输入项的key值; - span:2,//一行几列,默认2列,目前最多配置3列,如果有需要后续再调整; + span:2,//一行几列,默认2列,目前最多配制3列,如果有需要后续再调整; maxlength:100,//当前表单的最大长度,默认50; placeholder: "请输入存储条件",//当前表单的placeholder值,不填写时默认拼接请输入/请选择+label; rows: 5,//当前表单的type为textarea时,默认5行; @@ -29,10 +31,12 @@ } } ] - ``` +``` + +## CommonTable组件config字段描述: - ## CommonTable组件config字段描述: # demo: + ``` formConfig:[ { @@ -53,9 +57,9 @@ formConfig:[ compareTo: "storageCondition",//需要比较的字段,字段不一样时背景标红; copyFrom:"storageCondition",//需要复制的字段,复制后会自动填充到当前表单; bodyPrecisionKey: "storageConditionPrecision",//当前表单小数点位数 - + } ] -``` \ No newline at end of file +``` diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue index b0070bb..a70ea52 100644 --- a/src/components/Template/Step.vue +++ b/src/components/Template/Step.vue @@ -82,27 +82,27 @@ import jr from "./StepComponents/ry/jr.vue";//溶液-加热 import fz from "./StepComponents/ry/fz.vue";//溶液-分装 //罗开凡新增 -//表配置 -import jrry_b from './StepComponents/b/jrry_b.vue';//表配置-加入溶液 -//表配置-离心:使用溶液-离心 -import cl from './StepComponents/b/cl.vue';//表配置-称量 -//表配置-超声:使用溶液-超声 -//表配置-恒温混匀:使用溶液-恒温混匀 -//表配置-振摇混匀:使用溶液-振摇混匀 -//表配置-涡旋混匀:使用溶液-涡旋混匀 -//表配置-颠倒混匀:使用溶液-颠倒混匀 - -//表配置-搅拌:使用溶液-搅拌 -//表配置-加热搅拌:使用溶液-加热搅拌 -//表配置-水浴:使用溶液-水浴 -//表配置-正压:使用溶液-正压 -//表配置-氮吹:使用溶液-氮吹 -//表配置-过滤(自动):使用溶液-过滤(自动) -//表配置-过滤(手动):使用溶液-过滤(手动) -//表配置-静置:使用溶液-静置 -//表配置-解冻:使用溶液-解冻 -//表配置-孵育:使用溶液-孵育 -//表配置-复溶:使用溶液-复溶 +//表配制 +import jrry_b from './StepComponents/b/jrry_b.vue';//表配制-加入溶液 +//表配制-离心:使用溶液-离心 +import cl from './StepComponents/b/cl.vue';//表配制-称量 +//表配制-超声:使用溶液-超声 +//表配制-恒温混匀:使用溶液-恒温混匀 +//表配制-振摇混匀:使用溶液-振摇混匀 +//表配制-涡旋混匀:使用溶液-涡旋混匀 +//表配制-颠倒混匀:使用溶液-颠倒混匀 + +//表配制-搅拌:使用溶液-搅拌 +//表配制-加热搅拌:使用溶液-加热搅拌 +//表配制-水浴:使用溶液-水浴 +//表配制-正压:使用溶液-正压 +//表配制-氮吹:使用溶液-氮吹 +//表配制-过滤(自动):使用溶液-过滤(自动) +//表配制-过滤(手动):使用溶液-过滤(手动) +//表配制-静置:使用溶液-静置 +//表配制-解冻:使用溶液-解冻 +//表配制-孵育:使用溶液-孵育 +//表配制-复溶:使用溶液-复溶 //生物样品分析 @@ -228,58 +228,58 @@ import yxpcry from './StepComponents/pcrfxyp/yxpcry.vue';//PCR分析样品处理 import cdnsypfz from './StepComponents/pcrfxyp/cdnsypfz.vue';//PCR分析样品处理表-cDNA样品分装 -//检测板配置 -import bb from './StepComponents/jcb/bb.vue';//检测板配置-包被 -//检测板配置-洗板:使用检测板配置-包被 -//检测板配置-封闭:使用检测板配置-包被 -import jy from './StepComponents/jcb/jy.vue';//检测板配置-加样 -//检测板配置-中和:使用检测板配置-包被 -//检测板配置-加检测试剂:使用检测板配置-包被 -//检测板配置-酸解:使用检测板配置-包被 -import sjjy_jcb from './StepComponents/jcb/sjjy_jcb.vue';//检测板配置-酸解加样 -import zhfy from './StepComponents/jcb/zhfy.vue';//检测板配置-中和孵育 -//检测板配置-二次酸解:使用检测板配置-包被 -import xs_jcb from './StepComponents/jcb/xs_jcb.vue';//检测板配置-显色 -//检测板配置-终止:使用检测板配置-包被 -//检测板配置-检测:使用检测板配置-包被 -import dbmby from './StepComponents/jcb/dbmby.vue';//检测板配置-读板(酶标仪) -//检测板配置-读板(化学发光系统):使用检测板配置-读板(酶标仪) -import dbdhxfgxt from './StepComponents/jcb/dbdhxfgxt.vue';//检测板配置-读板(电化学发光系统) -import dbygxt from './StepComponents/jcb/dbygxt.vue';//检测板配置-读板(荧光系统) -import dzacl from './StepComponents/jcb/dzacl.vue';//检测板配置-读值(ACL) -import qb from './StepComponents/jcb/qb.vue';//检测板配置-取板 -import jzks from './StepComponents/jcb/jzks.vue';//检测板配置-静置开始 -import fyxks from './StepComponents/jcb/fyxks.vue';//检测板配置-孵育箱开始 -import ycfyks from './StepComponents/jcb/ycfyks.vue';//检测板配置-摇床孵育开始 -import ycks from './StepComponents/jcb/ycks.vue';//检测板配置-摇床开始 -import js_jcb from './StepComponents/jcb/js_jcb.vue';//检测板配置-结束 -//检测板配置-覆膜:使用检测板配置-读值(ACL) -//检测板配置-拍干:使用检测板配置-读值(ACL) -import czqx from './StepComponents/jcb/czqx.vue';//检测板配置-磁珠清洗 -import czzx from './StepComponents/jcb/czzx.vue';//检测板配置-磁珠重悬 -import ychy from './StepComponents/jcb/ychy.vue';//检测板配置-摇床混匀 -import czzy from './StepComponents/jcb/czzy.vue';//检测板配置-磁珠转移 -import sjbj from './StepComponents/jcb/sjbj.vue';//检测板配置-试剂标记 - - -//细胞/菌株配置 -import qxb from './StepComponents/xbjzpz/qxb.vue';//细胞/菌株配置-取细胞 -import qjz from './StepComponents/xbjzpz/qjz.vue';//细胞/菌株配置-取菌株 -import fr_xbjzpz from './StepComponents/xbjzpz/fr_xbjzpz.vue';//细胞/菌株配置-复溶 -import lxqy from './StepComponents/xbjzpz/lxqy.vue';//细胞/菌株配置-离心(弃液) -import cd from './StepComponents/xbjzpz/cd.vue';//细胞/菌株配置-吹打 -import xbzy from './StepComponents/xbjzpz/xbzy.vue';//细胞/菌株配置-细胞转移 -import jzzy from './StepComponents/xbjzpz/jzzy.vue';//细胞/菌株配置-菌株转移 -import dypyy from './StepComponents/xbjzpz/dypyy.vue';//细胞/菌株配置-倒原培养液 -import xd from './StepComponents/xbjzpz/xd.vue';//细胞/菌株配置-洗涤 -//细胞/菌株配置-消化:使用细胞/菌株配置-洗涤 -//细胞/菌株配置-终止消化:使用细胞/菌株配置-洗涤 -import copy from './StepComponents/xbjzpz/copy.vue';//细胞/菌株配置-CO2培养 -import gc from './StepComponents/xbjzpz/gc.vue';//细胞/菌株配置-观察 -import cdmd from './StepComponents/xbjzpz/cdmd.vue';//细胞/菌株配置-测定密度 -//细胞/菌株配置-低渗:使用细胞/菌株配置-洗涤 -//细胞/菌株配置-固定:使用细胞/菌株配置-洗涤 -import cdxs from './StepComponents/xbjzpz/cdxs.vue';//细胞/菌株配置-传代/稀释 +//检测板配制 +import bb from './StepComponents/jcb/bb.vue';//检测板配制-包被 +//检测板配制-洗板:使用检测板配制-包被 +//检测板配制-封闭:使用检测板配制-包被 +import jy from './StepComponents/jcb/jy.vue';//检测板配制-加样 +//检测板配制-中和:使用检测板配制-包被 +//检测板配制-加检测试剂:使用检测板配制-包被 +//检测板配制-酸解:使用检测板配制-包被 +import sjjy_jcb from './StepComponents/jcb/sjjy_jcb.vue';//检测板配制-酸解加样 +import zhfy from './StepComponents/jcb/zhfy.vue';//检测板配制-中和孵育 +//检测板配制-二次酸解:使用检测板配制-包被 +import xs_jcb from './StepComponents/jcb/xs_jcb.vue';//检测板配制-显色 +//检测板配制-终止:使用检测板配制-包被 +//检测板配制-检测:使用检测板配制-包被 +import dbmby from './StepComponents/jcb/dbmby.vue';//检测板配制-读板(酶标仪) +//检测板配制-读板(化学发光系统):使用检测板配制-读板(酶标仪) +import dbdhxfgxt from './StepComponents/jcb/dbdhxfgxt.vue';//检测板配制-读板(电化学发光系统) +import dbygxt from './StepComponents/jcb/dbygxt.vue';//检测板配制-读板(荧光系统) +import dzacl from './StepComponents/jcb/dzacl.vue';//检测板配制-读值(ACL) +import qb from './StepComponents/jcb/qb.vue';//检测板配制-取板 +import jzks from './StepComponents/jcb/jzks.vue';//检测板配制-静置开始 +import fyxks from './StepComponents/jcb/fyxks.vue';//检测板配制-孵育箱开始 +import ycfyks from './StepComponents/jcb/ycfyks.vue';//检测板配制-摇床孵育开始 +import ycks from './StepComponents/jcb/ycks.vue';//检测板配制-摇床开始 +import js_jcb from './StepComponents/jcb/js_jcb.vue';//检测板配制-结束 +//检测板配制-覆膜:使用检测板配制-读值(ACL) +//检测板配制-拍干:使用检测板配制-读值(ACL) +import czqx from './StepComponents/jcb/czqx.vue';//检测板配制-磁珠清洗 +import czzx from './StepComponents/jcb/czzx.vue';//检测板配制-磁珠重悬 +import ychy from './StepComponents/jcb/ychy.vue';//检测板配制-摇床混匀 +import czzy from './StepComponents/jcb/czzy.vue';//检测板配制-磁珠转移 +import sjbj from './StepComponents/jcb/sjbj.vue';//检测板配制-试剂标记 + + +//细胞/菌株配制 +import qxb from './StepComponents/xbjzpz/qxb.vue';//细胞/菌株配制-取细胞 +import qjz from './StepComponents/xbjzpz/qjz.vue';//细胞/菌株配制-取菌株 +import fr_xbjzpz from './StepComponents/xbjzpz/fr_xbjzpz.vue';//细胞/菌株配制-复溶 +import lxqy from './StepComponents/xbjzpz/lxqy.vue';//细胞/菌株配制-离心(弃液) +import cd from './StepComponents/xbjzpz/cd.vue';//细胞/菌株配制-吹打 +import xbzy from './StepComponents/xbjzpz/xbzy.vue';//细胞/菌株配制-细胞转移 +import jzzy from './StepComponents/xbjzpz/jzzy.vue';//细胞/菌株配制-菌株转移 +import dypyy from './StepComponents/xbjzpz/dypyy.vue';//细胞/菌株配制-倒原培养液 +import xd from './StepComponents/xbjzpz/xd.vue';//细胞/菌株配制-洗涤 +//细胞/菌株配制-消化:使用细胞/菌株配制-洗涤 +//细胞/菌株配制-终止消化:使用细胞/菌株配制-洗涤 +import copy from './StepComponents/xbjzpz/copy.vue';//细胞/菌株配制-CO2培养 +import gc from './StepComponents/xbjzpz/gc.vue';//细胞/菌株配制-观察 +import cdmd from './StepComponents/xbjzpz/cdmd.vue';//细胞/菌株配制-测定密度 +//细胞/菌株配制-低渗:使用细胞/菌株配制-洗涤 +//细胞/菌株配制-固定:使用细胞/菌株配制-洗涤 +import cdxs from './StepComponents/xbjzpz/cdxs.vue';//细胞/菌株配制-传代/稀释 //细胞表单 @@ -431,7 +431,7 @@ export default { fz, //罗开凡新增 - //表配置 + //表配制 jrry_b, cl, @@ -517,7 +517,7 @@ export default { yxpcry, cdnsypfz, - //检测板配置 + //检测板配制 bb, jy, sjjy_jcb, @@ -539,7 +539,7 @@ export default { czzy, sjbj, - //细胞/菌株配置 + //细胞/菌株配制 qxb, qjz, fr_xbjzpz, @@ -629,7 +629,7 @@ export default { 'fz': 'fz', //罗开凡新增 - //标配配置 + //标配配制 'jrry_b': 'jrry_b', 'cl': 'cl', 'lx_b': 'Lx', @@ -753,7 +753,7 @@ export default { 'yxpcry':'yxpcry', 'cdnsypfz':'cdnsypfz', - //检测板配置 + //检测板配制 'bb':'bb', 'xb':'bb', 'fb_jcb':'bb', @@ -786,7 +786,7 @@ export default { 'czzy':'czzy', 'sjbj':'sjbj', - //细胞/菌株配置 + //细胞/菌株配制 'qxb':'qxb', 'qjz':'qjz', 'fr_xbjzpz':'fr_xbjzpz', diff --git a/src/components/Template/StepComponents/ContainerStep.vue b/src/components/Template/StepComponents/ContainerStep.vue index 83a0ee4..5eaef59 100644 --- a/src/components/Template/StepComponents/ContainerStep.vue +++ b/src/components/Template/StepComponents/ContainerStep.vue @@ -22,7 +22,7 @@ export default { formData: { containerType: '', }, - // 字段配置 + // 字段配制 fieldConfigs: { containerType: { label: '容器选择', diff --git a/src/components/Template/StepComponents/ZLSubPackage.vue b/src/components/Template/StepComponents/ZLSubPackage.vue index 6165d81..224bf68 100644 --- a/src/components/Template/StepComponents/ZLSubPackage.vue +++ b/src/components/Template/StepComponents/ZLSubPackage.vue @@ -182,7 +182,7 @@ export default { validateFormData() { let isValid = true; - // 定义需要验证的基础字段配置 + // 定义需要验证的基础字段配制 const baseFieldConfigs = this.subConfig; // 验证基础字段 diff --git a/src/components/Template/StepComponents/pcr/hsypfz.vue b/src/components/Template/StepComponents/pcr/hsypfz.vue index 69f5b7c..5c2afca 100644 --- a/src/components/Template/StepComponents/pcr/hsypfz.vue +++ b/src/components/Template/StepComponents/pcr/hsypfz.vue @@ -1,6 +1,7 @@ diff --git a/src/views/business/study/comp/tbbd/Blxjsh.vue b/src/views/business/study/comp/tbbd/Blxjsh.vue index 32f9f42..0b43306 100644 --- a/src/views/business/study/comp/tbbd/Blxjsh.vue +++ b/src/views/business/study/comp/tbbd/Blxjsh.vue @@ -19,7 +19,7 @@
+ :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) {