perf: 完成文档调整内容

This commit is contained in:
chenjinsong
2021-03-08 11:20:57 +08:00
parent 949f61d402
commit 477ea5c595
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
name: "deleteButton",
props:{
filterFunction:Function,
deleteObjs: Object,
//deleteObjs: Object,
deleteObjs: Array,
api:String,
clickFunction:Function,
id:String

View File

@@ -862,5 +862,6 @@
<style scoped>
.plTableBox.nz-table /deep/ .el-table{
display: block !important;
border-top: 1px solid #d8d8d8;
}
</style>