diff --git a/src/components/EvaluationTeamFilter/index.vue b/src/components/EvaluationTeamFilter/index.vue
index 29769de..f812bb9 100644
--- a/src/components/EvaluationTeamFilter/index.vue
+++ b/src/components/EvaluationTeamFilter/index.vue
@@ -162,6 +162,7 @@ export default {
handleDataList () {
apiGetEvaluationTeamList(Object.assign({}, this.pageInfo, this.filtersDic)).then(res => {
if (res.code !== 200) {
+ this.$message.error(res.msg)
return
}
this.pageInfo.currPage = res.data.currPage
diff --git a/src/components/PopupRight/index.vue b/src/components/PopupRight/index.vue
index b4df48c..7b5e0eb 100644
--- a/src/components/PopupRight/index.vue
+++ b/src/components/PopupRight/index.vue
@@ -136,7 +136,7 @@ export default {
}
}
&-content {
- width: 480px;
+ min-width: 480px;
flex: 1;
padding: 20px 20px;
overflow: auto;
diff --git a/src/style/common.less b/src/style/common.less
index 3a0ba68..4c5c2ff 100644
--- a/src/style/common.less
+++ b/src/style/common.less
@@ -15,7 +15,7 @@
.pre{
pre{
- white-space: pre-wrap;
+ white-space:pre-line;
word-wrap: break-word;
word-break: break-all;
}
diff --git a/src/utils/common.js b/src/utils/common.js
index 014de91..6bf42e7 100644
--- a/src/utils/common.js
+++ b/src/utils/common.js
@@ -104,5 +104,5 @@ export function loading (options = opt) {
export function loadingClose () {
setTimeout(() => {
this.$loading.service(opt).close()
- }, 300)
+ }, 100)
}
diff --git a/src/views/kpi/assessment/performance/components/table copy 2.vue b/src/views/kpi/assessment/performance/components/table copy 2.vue
new file mode 100644
index 0000000..4b9b365
--- /dev/null
+++ b/src/views/kpi/assessment/performance/components/table copy 2.vue
@@ -0,0 +1,469 @@
+
+
+
+ {{child.keyResult || ''}}
+
+ {{child.checkResult || '--'}}
+
+
+
{{child.keyResult || ''}}