|
@@ -109,7 +109,7 @@ export default {
|
|
|
type: "text"
|
|
type: "text"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: "receivableAmount",
|
|
|
|
|
|
|
+ prop: "allFeeValue",
|
|
|
label: "应收金额",
|
|
label: "应收金额",
|
|
|
type: "text"
|
|
type: "text"
|
|
|
}
|
|
}
|
|
@@ -364,10 +364,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
>>>.dataTable .el-table__header-wrapper .el-table__header .el-checkbox {
|
|
>>>.dataTable .el-table__header-wrapper .el-table__header .el-checkbox {
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
-
|
|
|