From 2f5c799143c0c203299197eb05a1ee2ad96c6cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Tue, 5 May 2026 17:42:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(contract):=20=E6=B7=BB=E5=8A=A0=E5=90=88?= =?UTF-8?q?=E5=90=8C=E7=BD=AE=E9=A1=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在合同列表和表单中添加置顶功能,包括: 1. 表单中添加置顶开关 2. 列表项显示置顶标签和样式 3. 实现置顶状态切换操作 --- .../crm/contract/components/ContractList.vue | 45 ++++++++++++++----- klp-ui/src/views/crm/contract/index.vue | 6 +++ 2 files changed, 40 insertions(+), 11 deletions(-) diff --git a/klp-ui/src/views/crm/contract/components/ContractList.vue b/klp-ui/src/views/crm/contract/components/ContractList.vue index 2a690c31..0a939bbb 100644 --- a/klp-ui/src/views/crm/contract/components/ContractList.vue +++ b/klp-ui/src/views/crm/contract/components/ContractList.vue @@ -69,13 +69,16 @@