@@ -16,18 +16,7 @@
<cButton @toAdd="toAdd()"> </cButton>
</el-col>
<el-col :span="24" class="thr">
- <cTable
- :fields="fields"
- :opera="opera"
- :list="list"
- @query="search"
- :total="total"
- @view="toView"
- @edit="toEdit"
- @exam="toExam"
- @del="toDel"
-
- >
+ <cTable :fields="fields" :opera="opera" :list="list" @query="search" :total="total" @view="toView" @edit="toEdit" @exam="toExam" @del="toDel">
</cTable>