CRM:完善 CRM 相关实现

This commit is contained in:
YunaiV
2024-02-24 08:18:36 +08:00
parent c1f507bcae
commit 56db6bf307
10 changed files with 50 additions and 342 deletions

View File

@ -79,7 +79,7 @@
<el-tab-pane label="下属负责的" name="3" />
</el-tabs>
<el-table v-loading="loading" :data="list" :show-overflow-tooltip="true" :stripe="true">
<el-table-column align="center" fixed="left" label="合同编号" prop="no" width="130" />
<el-table-column align="center" fixed="left" label="合同编号" prop="no" width="160" />
<el-table-column align="center" fixed="left" label="合同名称" prop="name" width="160">
<template #default="scope">
<el-link :underline="false" type="primary" @click="openDetail(scope.row.id)">