瀏覽代碼

比对功能

yuhan 1 年之前
父節點
當前提交
28f2699326
共有 1 個文件被更改,包括 9 次插入13 次删除
  1. 9 13
      src/views/module_kzks/projectContrastList/wuliaoList.vue

+ 9 - 13
src/views/module_kzks/projectContrastList/wuliaoList.vue

@@ -115,17 +115,19 @@ export default {
                 {
                   title: '是否含有',
                   align: 'center',
-                  width: 100,
+                  width: 80,
                   dataIndex: 'flag_' + item.taskno,
                 },
                 {
                   title: '实发总数量',
                   align: 'center',
+                  width: 90,
                   dataIndex: 'totalCount_' + item.taskno,
                 },
                 {
                   title: '归一化单价(元)',
                   align: 'center',
+                  width: 110,
                   dataIndex: 'unitPrice_' + item.taskno,
                   customCell: this.setCustomCell,
                 }
@@ -158,17 +160,6 @@ export default {
         this.loading = false
       })
     },
-    // handleTableChange(pagination, filters, sorter) {
-    //   //分页、排序、筛选变化时触发
-    //   //TODO 筛选
-    //   console.log(pagination)
-    //   if (Object.keys(sorter).length > 0) {
-    //     this.isorter.column = sorter.field;
-    //     this.isorter.order = "ascend" == sorter.order ? "asc" : "desc"
-    //   }
-    //   this.ipagination = pagination;
-    //   this.loadData(2);
-    // },
     setCustomCell(record, index){
       // console.log(record, index)
       // var arr = []
@@ -190,4 +181,9 @@ export default {
     },
   }
 };
-</script>
+</script>
+<!-- <style >
+.ant-table-body {
+  overflow-y: auto !important;
+  overflow: overlay !important;
+}</style> -->