diff --git a/src/pages/personal/pages/my-questions/components/stand-item.vue b/src/pages/personal/pages/my-questions/components/stand-item.vue index ada2d7335..5bb370c53 100644 --- a/src/pages/personal/pages/my-questions/components/stand-item.vue +++ b/src/pages/personal/pages/my-questions/components/stand-item.vue @@ -7,7 +7,7 @@ {{stand.standardEncdoing}} -
+
{{stand.standardName}}
diff --git a/src/pages/regulatoryRepository/standQA/components/questions-item.vue b/src/pages/regulatoryRepository/standQA/components/questions-item.vue index c1eb1e327..3e8b8dd6b 100644 --- a/src/pages/regulatoryRepository/standQA/components/questions-item.vue +++ b/src/pages/regulatoryRepository/standQA/components/questions-item.vue @@ -7,15 +7,15 @@
-
+
提问: {{question.problemDescription}}
-
+
-
{{question.answerer}} +
{{question.questioner}} {{question.questionTime}}
@@ -78,6 +78,12 @@ export default { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + } + .item1 { + display: inline-block; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; word-break: break-word; word-wrap: break-word; white-space: -moz-pre-wrap; diff --git a/src/pages/regulatoryRepository/standQA/components/stand-item.vue b/src/pages/regulatoryRepository/standQA/components/stand-item.vue index af0f68590..5bb370c53 100644 --- a/src/pages/regulatoryRepository/standQA/components/stand-item.vue +++ b/src/pages/regulatoryRepository/standQA/components/stand-item.vue @@ -4,7 +4,12 @@
- {{stand.standardName}} + {{stand.standardEncdoing}} +
+
+
+
+ {{stand.standardName}}
diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 0d3a03847..d1522c2c6 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1048,6 +1048,7 @@ export default { pubQue : '',//公共问题 classification: 'INLAND', //标准类型 problemDescription: '', //问题 + questioner: this.$store.getters.userInfo.userId, //提问人 standardEncdoing: '', //标准编号 standardName: '', //标准名称 standardId:'', //标准id