From f9b6865fafcad274edb9f89a43e0535a9b4eff40 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 08 一月 2025 14:46:40 +0800
Subject: [PATCH] add:物流发货针对散户更改微信发货方式,保存物流单号,未发送之前可更改
---
pages/regular/config-param.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/pages/regular/config-param.vue b/pages/regular/config-param.vue
index 012f51c..47c22ad 100644
--- a/pages/regular/config-param.vue
+++ b/pages/regular/config-param.vue
@@ -30,7 +30,7 @@
searchForm: [
{
type: 'row',
- items: [{label: '变量分组:', id: 'paramGroup', type: 'input'},
+ items: [
{label: '变量分组名:', id: 'paramGroupName', type: 'input'}],
},
],
@@ -105,7 +105,11 @@
{
label: '控件类型',
id: 'paramControlType',
- type: 'input',
+ type: 'bus-select-dict',
+ el: {
+ code: 'PARAM_CONTROL_TYPE',
+ style: 'width:100%',
+ },
rules: {required: true, message: '请输入控件类型'},
},
{
--
Gitblit v1.9.3