CRM:待办事项(接入合同)

(cherry picked from commit 6caa94ec47)
This commit is contained in:
YunaiV
2024-02-24 17:55:34 +08:00
committed by shizhong
parent 5325c2bc30
commit e1c3c6017c
8 changed files with 183 additions and 63 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="160" />
<el-table-column align="center" fixed="left" label="合同编号" prop="no" width="180" />
<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)">