This commit is contained in:
parent
5410afabd2
commit
43906865b7
|
|
@ -5,7 +5,7 @@
|
|||
<el-button type="danger" @click="handleEnable">启用</el-button>
|
||||
<el-button type="danger" @click="handleDisable">禁用</el-button>
|
||||
</div>
|
||||
<DepositChannelTable :table-data="tableTree" :columns="tableColumnsOptions" row-key="id" ref="tableRef"></DepositChannelTable>
|
||||
<DepositChannelTable :table-data="tableTree" :columns="tableColumnsOptions" row-key="id"/>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
|
@ -15,7 +15,6 @@ import { tableColumns } from './options'
|
|||
|
||||
|
||||
//表格数据
|
||||
const tableRef = ref()
|
||||
const tableColumnsOptions = ref(tableColumns)
|
||||
const tableTree = ref([])
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue