|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<template>
|
|
|
|
|
<BasicTable @register="registerTable">
|
|
|
|
|
<template #toolbar>
|
|
|
|
|
<a-button type="primary" @click="openFeedbackDrawer">设备定损与反馈</a-button>
|
|
|
|
|
<!-- <a-button type="primary" @click="openFeedbackDrawer">设备定损与反馈</a-button> -->
|
|
|
|
|
<a-button type="primary" @click="openDeviceBindingModal">设备绑定码</a-button>
|
|
|
|
|
</template>
|
|
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
|
@ -21,12 +21,12 @@
|
|
|
|
|
<TableAction
|
|
|
|
|
v-if="!record.pId"
|
|
|
|
|
:actions="[
|
|
|
|
|
{
|
|
|
|
|
icon: 'ant-design:file-search-outlined',
|
|
|
|
|
onClick: () => {
|
|
|
|
|
console.log('deviceInfoList',deviceInfoList)
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// icon: 'ant-design:file-search-outlined',
|
|
|
|
|
// onClick: () => {
|
|
|
|
|
// console.log('deviceInfoList',deviceInfoList)
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
icon: 'carbon:calendar-tools',
|
|
|
|
|
onClick: () => {
|
|
|
|
|