@@ -133,6 +67,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('scopeOfApplication')}}
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('status')}}
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('usage')}}
+
+
+
+
+
+
@@ -516,4 +516,7 @@
margin-bottom: 40px;
}
+ .itemModel-multi-one {
+ border: 1px solid #d9d9d9;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue
index 2a792a313..0b3afea18 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/components/TermInformation.vue
@@ -262,21 +262,21 @@
itemNum: res.items_num,
itemName: res.items_name,
itemContent: res.iterms_conditions,
- zhan3_shi4_shun4_xu4: res.zhan3_shi4_shun4_xu4 || ''
+ display_seq: res.display_seq || ''
})
})
}
this.dataList = this.ImportFileData.concat(this.dataListData)
- this.dataList.sort((a, b) => {
- a.zhan3_shi4_shun4_xu4 - b.zhan3_shi4_shun4_xu4
+ this.dataList = this.dataList.sort((a, b) => {
+ return a.display_seq - b.display_seq
})
this.dataList = [...this.dataList]
},
getPersonnelList(res) {
this.ImportFileData = this.ImportFileData.concat(res)
this.dataList = this.dataListData.concat(this.ImportFileData)
- this.dataList.sort((a, b) => {
- a.zhan3_shi4_shun4_xu4 - b.zhan3_shi4_shun4_xu4
+ this.dataList = this.dataList.sort((a, b) => {
+ return a.display_seq - b.display_seq
})
this.dataList = [...this.dataList]
},
diff --git a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
index 6a5255d8c..4d0b38763 100644
--- a/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
+++ b/jero-web/src/views/documentTools/documentComparison/components/documentDataComparison.vue
@@ -105,7 +105,10 @@