浏览代码

面损列表-审批历史

jbb 2 年之前
父节点
当前提交
0da7ef113b
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      src/views/cost-allocation-total/modal/historyModal.vue

+ 8 - 8
src/views/cost-allocation-total/modal/historyModal.vue

@@ -128,7 +128,7 @@ export default {
     getHistoryList(data){
       historyApproval({code:data}).then(res => {
           if (res.success) {
-            this.historyData = res.result.record
+            this.historyData = res.result
           }else{
             this.$message.error(res.message);
           }
@@ -165,12 +165,12 @@ export default {
 /deep/.ant-form-item{
   margin-bottom: 0px !important;
 }
-/deep/.ant-table-tbody .ant-table-row td{
-  padding-top: 2px;
-    padding-bottom: 2px;
-}
+// /deep/.ant-table-tbody .ant-table-row td{
+//   padding-top: 2px;
+//     padding-bottom: 2px;
+// }
 
-/deep/ .ant-table-thead > tr > th, .ant-table-tbody > tr > td{
-  padding: 9px 16px
-}
+// /deep/ .ant-table-thead > tr > th, .ant-table-tbody > tr > td{
+//   padding: 9px 16px
+// }
 </style>