diff --git a/src/api/dictionary.js b/src/api/dictionary.js index fec6388..47472fa 100644 --- a/src/api/dictionary.js +++ b/src/api/dictionary.js @@ -1043,3 +1043,19 @@ export function deleteCommonDocument(commonDocumentId) { }) } +export function getSystemCalculateQuestions(params) { + return request({ + url: `/ReadingQuestion/getSystemCalculateQuestions`, + method: 'post', + data: params + }) +} + +export function getSystemCalculateTableQuestions(params) { + return request({ + url: `/ReadingQuestion/getSystemCalculateTableQuestions`, + method: 'post', + data: params + }) +} + diff --git a/src/router/index.js b/src/router/index.js index 49f885f..ebcb086 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -242,6 +242,11 @@ export const constantRoutes = [ component: () => import('@/views/404'), hidden: true }, + { + path: '/ecrfPreview', + component: () => import('@/views/dictionary/template/components/ECRF'), + hidden: true + }, { path: '/editUser', component: Layout, diff --git a/src/views/dictionary/checkConfig/index.vue b/src/views/dictionary/checkConfig/index.vue index 0564e03..8b03f80 100644 --- a/src/views/dictionary/checkConfig/index.vue +++ b/src/views/dictionary/checkConfig/index.vue @@ -33,7 +33,7 @@ @@ -49,7 +49,7 @@ - + - + 基本信息 @@ -142,11 +142,16 @@ - + + + + + + @@ -259,61 +264,64 @@ 路由 图片 图片数组 + OSS - - - + + + + 路由地址 - - - - - + + + + + 是否有参数 - - - - - - - 增加参数 - - - - - - + + + + + + + 增加参数 + + + + + + 参数名{{index + 1}} - - - - - + + + + + 参数值{{index + 1}} - - - - + + + + 删除 - - + + + 增加列 @@ -369,6 +377,16 @@ + + + + + + + + + + + + + 子数据LableEN + + + + @@ -510,12 +556,27 @@ - + + - + + + + + @@ -541,6 +602,11 @@ + + + + + @@ -605,11 +671,11 @@
- + 完全拷贝 - + 拷贝 新建 @@ -625,6 +691,7 @@ height="100" > +