diff --git a/src/api/dictionary.js b/src/api/dictionary.js index 3a45df78..99be1f16 100644 --- a/src/api/dictionary.js +++ b/src/api/dictionary.js @@ -1045,4 +1045,20 @@ export function getExploreRecommentInfo(params) { method: 'get', params }) +} + +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 + }) } \ No newline at end of file diff --git a/src/views/dictionary/template/components/CriterionFormItem.vue b/src/views/dictionary/template/components/CriterionFormItem.vue index efb01afe..16b7dfd4 100644 --- a/src/views/dictionary/template/components/CriterionFormItem.vue +++ b/src/views/dictionary/template/components/CriterionFormItem.vue @@ -13,7 +13,7 @@ {{ question.GroupName }}
{{ question.QuestionName }} diff --git a/src/views/dictionary/template/components/CriterionQuestionForm.vue b/src/views/dictionary/template/components/CriterionQuestionForm.vue index 76512d45..0c3579c6 100644 --- a/src/views/dictionary/template/components/CriterionQuestionForm.vue +++ b/src/views/dictionary/template/components/CriterionQuestionForm.vue @@ -6,9 +6,10 @@ size="small" :rules="rules" :disabled="type === 'look'" - label-width="130px" + label-width="140px" >
+ + - - - - - + - - - - - {{ item.label }} - - - - - - - - - {{ item.label }} - - - - - - - - - - - - - - - - - - - - {{ item.label }} - - - - - - - - - - - - - - - - - {{ item.label }} - - - - + 公有属性 + - - - - - - - - - - - - - - - - - - - - - {{ item.label }} - - - @@ -396,14 +188,6 @@ label="必填触发值" prop="RelevanceValueList" > - - - - - - - - - - - - - - - - {{ item.label }} + + + + + {{ item.label }} + + + + + + v-for="item in $d.ExportResult" + :key="`ExportResult${item.value}`" + :label="item.value" + :value="item.label"> + - + + - - + + + + + + + + + + + + + + + + {{ item.label }} + + + + 私有属性 + + + + + {{ item.label }} + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - - + + - + - - - + + + + + + + {{ item.label }} + {{ item.label }} + + + + + + + + + {{ item.label }} + - + + + + + + + + + + + + + + + + {{ item.label }} + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+