...
|
...
|
@@ -113,7 +113,7 @@ |
|
|
<cm-table-page :columns="columns" :dataList="tabSecondList" @loaddata="loadSecondList"
|
|
|
:showIndex="true"
|
|
|
:showBorder="true" :loading="false"
|
|
|
:showPage="false" :showTools="true" :height="(height - 500)">
|
|
|
:showPage="true" :showTools="true" :height="(height - 500)">
|
|
|
<template #tools="{scope}">
|
|
|
<el-button type="text" size="small" @click.prevent="addRes(scope.row,scope.$index)">
|
|
|
<i class="el-icon-plus"/> 添加
|
...
|
...
|
|