| | |
| | | width="60" /> |
| | | <el-table-column label="名称" |
| | | prop="nickName" |
| | | align="center" |
| | | show-overflow-tooltip |
| | | width="200" /> |
| | | width="120" /> |
| | | <el-table-column label="所属部门" |
| | | prop="deptNames" |
| | | show-overflow-tooltip |
| | | width="200" /> |
| | | align="center" |
| | | show-overflow-tooltip /> |
| | | <el-table-column label="联系方式" |
| | | prop="phonenumber" |
| | | align="center" |
| | | show-overflow-tooltip |
| | | width="200" /> |
| | | width="150" /> |
| | | <!-- <el-table-column label="email" |
| | | prop="email" |
| | | show-overflow-tooltip |
| | |
| | | |
| | | <script setup> |
| | | import { onMounted, ref } from "vue"; |
| | | import { invoiceLedgerSalesAccount } from "@/api/salesManagement/invoiceLedger.js"; |
| | | import { customerInteractions } from "@/api/salesManagement/receiptPayment.js"; |
| | | import Pagination from "@/components/PIMTable/Pagination.vue"; |
| | | import { |
| | | safeTrainingDetailListPage, |