Selaa lähdekoodia

fix:标准化测试评价列表添加排序

linchengzhe 1 vuosi sitten
vanhempi
commit
8372a1839c

+ 4 - 0
src/views/workManagement/projectInfo.vue

@@ -547,10 +547,12 @@ export default {
         {
           label: '危险度',
           prop: 'risk',
+          sortable:true
         },
         {
           label: '危险度等级',
           prop: 'riskLevel',
+          sortable:true
         },
         {
           label: '危险度显著性',
@@ -560,10 +562,12 @@ export default {
         {
           label: '复杂度',
           prop: 'complexity',
+          sortable:true
         },
         {
           label: '复杂度等级',
           prop: 'complexityLevel',
+          sortable:true
         },
         {
           label: '复杂度显著性',

+ 1 - 2
src/views/workManagement/sceneReport.vue

@@ -183,7 +183,7 @@
         </el-table>
       </div>
     </div>
-    <button @click="down">下载</button>
+    <el-button @click="down" type="primary">下载</el-button>
   </div>
 </template>
 
@@ -1838,7 +1838,6 @@ export default {
 .report_box {
   width: 100% !important;
   height: 100% !important;
-  border: 1px solid #ccc;
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;