From 90845519117abbd21955d589366280d77c9b6fc1 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 02 七月 2026 16:57:21 +0800
Subject: [PATCH] 银川 1.销售订单页面开发、联调 2.合同管理页面开发联调 3.项目代码相关配置修改
---
src/views/crm/contract/data.ts | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/views/crm/contract/data.ts b/src/views/crm/contract/data.ts
index e9ac060..0f99e0a 100644
--- a/src/views/crm/contract/data.ts
+++ b/src/views/crm/contract/data.ts
@@ -277,6 +277,32 @@
allowClear: true,
},
},
+ {
+ fieldName: 'auditStatus',
+ label: '鍚堝悓鐘舵��',
+ component: 'Select',
+ componentProps: {
+ options: [
+ { label: '鏈彁浜�', value: 0 },
+ { label: '瀹℃壒涓�', value: 10 },
+ { label: '瀹℃牳閫氳繃', value: 20 },
+ { label: '瀹℃牳涓嶉�氳繃', value: 30 },
+ { label: '宸插彇娑�', value: 40 },
+ { label: '宸蹭綔搴�', value: 50 },
+ ],
+ placeholder: '璇烽�夋嫨鍚堝悓鐘舵��',
+ allowClear: true,
+ },
+ },
+ {
+ fieldName: 'orderNo',
+ label: '鍏宠仈璁㈠崟',
+ component: 'Input',
+ componentProps: {
+ placeholder: '璇疯緭鍏ヨ鍗曞彿',
+ allowClear: true,
+ },
+ },
];
}
@@ -287,6 +313,7 @@
field: 'no',
minWidth: 180,
fixed: 'left',
+ slots: { default: 'no' },
},
{
title: '鍚堝悓鍚嶇О',
--
Gitblit v1.9.3