fix:隐藏 project 右滑表格的操作列

This commit is contained in:
zhangyu
2021-05-27 17:58:29 +08:00
parent 95f92b079e
commit a90fa14ef0
5 changed files with 17 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
:custom-table-title="tableTitle"
:height="mainTableHeight"
:table-data="tableData"
:showOption="false"
@orderBy="tableDataSort"
@reload="getTableData"></asset-table>
</template>