From d8e540ee54ab0a5cf4ec3b616c8ec643f26f2963 Mon Sep 17 00:00:00 2001
From: gexinzhineng/gxzn27 <1348660141@qq.com>
Date: Tue, 28 Feb 2023 10:50:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=A8=A1=E5=9E=8B=20?=
=?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=88=86=E7=B1=BB=E6=98=BE=E7=A4=BA=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/bpm/model/index.vue | 4 ++++
src/views/bpm/model/model.data.ts | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/views/bpm/model/index.vue b/src/views/bpm/model/index.vue
index 39f05d88..62d0edcc 100644
--- a/src/views/bpm/model/index.vue
+++ b/src/views/bpm/model/index.vue
@@ -24,6 +24,10 @@
+
+
+
+
({
field: 'category',
dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
dictClass: 'number',
- isSearch: true
+ isSearch: true,
+ table: {
+ slots: {
+ default: 'category_default'
+ }
+ }
},
{
title: '表单信息',