cuiqian2004
2024-07-12 57a0f71fc9dd53d25431aa74f0201152b38b34f6
test
7个文件已修改
38 ■■■■■ 已修改文件
locale/en.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
locale/es.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
locale/index.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
locale/zh-Hans.json 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
locale/zh-Hant.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
main.js 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/modal/3200.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
locale/en.json
@@ -113,7 +113,7 @@
    "page.tip_no_set_edit_wnd": "No editing window style set",
    "page.cannot_empty": "Cannot be empty",
    "page.required": "Required",
    "page.cannot_rlated_function": "Do not support jumping to function points",
    "page.cannot_related_function": "Do not support jumping to function points",
    "page.function_not_exist": "Function point does not exist!",
    "page.function_not_edit_dlg": "This function point does not have an editing window configured!",
    "page.no_find_attr_diaplay": "No attributes found to display!"
locale/es.json
@@ -112,7 +112,7 @@
    "page.tip_no_set_edit_wnd": "No se establece el estilo de la ventana de edición",
    "page.cannot_empty": "No puede estar vacío",
    "page.required": "Obligatorio",
    "page.cannot_rlated_function": "No se admite saltar a un punto funcional",
    "page.cannot_related_function": "No se admite saltar a un punto funcional",
    "page.function_not_exist": "¡¡ los puntos funcionales no existen!",
    "page.function_not_edit_dlg": "¡¡ el punto de función no está configurado para la ventana de edición!",
    "page.no_find_attr_diaplay": "¡¡ no se han encontrado atributos visibles!"
locale/index.js
@@ -20,6 +20,6 @@
//   messages, // set locale messages
// })
export const setup = (app) => {
    // app.use(i18n)
}
// export const setup = (app) => {
//     // app.use(i18n)
// }
locale/zh-Hans.json
@@ -116,10 +116,13 @@
    "page.tip_no_set_edit_wnd": "未设置编辑窗口样式",
    "page.cannot_empty": "不能为空",
    "page.required": "必填",
    "page.cannot_rlated_function": "不支持跳转到功能点",
    "page.cannot_related_function": "不支持跳转到功能点",
    "page.function_not_exist": "功能点不存在!",
    "page.function_not_edit_dlg": "该功能点未配置编辑窗口!",
    "page.no_find_attr_diaplay": "未找到可显示的的属性!"
    "page.no_find_attr_diaplay": "未找到可显示的的属性!",
    "page.cannot_prj_function": "暂时未支持选择项目接口!"
    
    
locale/zh-Hant.json
@@ -112,7 +112,7 @@
    "page.tip_no_set_edit_wnd": "未設定編輯視窗樣式",
    "page.cannot_empty": "不能為空",
    "page.required": "必填",
    "page.cannot_rlated_function": "不支持跳轉到功能點",
    "page.cannot_related_function": "不支持跳轉到功能點",
    "page.function_not_exist": "功能點不存在!",
    "page.function_not_edit_dlg": "該功能點未配寘編輯視窗!",
    "page.no_find_attr_diaplay": "未找到可顯示的的内容!"
main.js
@@ -18,11 +18,9 @@
const i18n = new VueI18n(i18nConfig)
const app = new Vue({
    store,
    ...App,
 i18n,
    store,
    ...App,
    i18n,
})
app.$mount()
app.$mount()
pages/modal/3200.vue
@@ -1292,6 +1292,15 @@
                        });
                    });
                }
                else{
                    uni.showModal({
                        title: this.translateSys("error"),
                        content: this.translate("cannot_related_function"),
                        showCancel: false,
                        confirmText: this.translateSys("cancel")
                    });
                }
            },
            //执行后处理事件
            async AfterProcess_Event(clsId, afterProcess_Event, enviroment) {