From 2cecc157796d973f187a1ac7506576400f914beb Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 02 七月 2026 14:25:57 +0800
Subject: [PATCH] 银川 1.销售报价页面开发、联调 2.销售订单页面开发、联调 3.合同管理页面开发联调
---
src/views/crm/contract/data.ts | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/views/crm/contract/data.ts b/src/views/crm/contract/data.ts
index 454afe8..e9ac060 100644
--- a/src/views/crm/contract/data.ts
+++ b/src/views/crm/contract/data.ts
@@ -1,7 +1,6 @@
import type { VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
-import { DICT_TYPE } from '../../../packages/constants/src';
import { useUserStore } from '../../../packages/stores/src';
import { erpPriceInputFormatter, erpPriceMultiply } from '../../../packages/utils/src';
@@ -402,16 +401,20 @@
field: 'auditStatus',
fixed: 'right',
minWidth: 120,
- cellRender: {
- name: 'CellDict',
- props: { type: DICT_TYPE.CRM_AUDIT_STATUS },
- },
+ slots: { default: 'auditStatus' },
+ },
+ {
+ title: '鍏宠仈璁㈠崟',
+ field: 'orderNo',
+ fixed: 'right',
+ minWidth: 150,
+ slots: { default: 'orderNo' },
},
{
title: '鎿嶄綔',
field: 'actions',
fixed: 'right',
- minWidth: 130,
+ minWidth: 220,
slots: { default: 'actions' },
},
];
--
Gitblit v1.9.3