|
@@ -128,7 +128,7 @@ export default {
|
|
getHistoryList(data){
|
|
getHistoryList(data){
|
|
historyApproval({code:data}).then(res => {
|
|
historyApproval({code:data}).then(res => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
- this.historyData = res.result.record
|
|
|
|
|
|
+ this.historyData = res.result
|
|
}else{
|
|
}else{
|
|
this.$message.error(res.message);
|
|
this.$message.error(res.message);
|
|
}
|
|
}
|
|
@@ -165,12 +165,12 @@ export default {
|
|
/deep/.ant-form-item{
|
|
/deep/.ant-form-item{
|
|
margin-bottom: 0px !important;
|
|
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>
|
|
</style>
|