From 6fd27418225f2d36fc206acdfe6c24fb33ae7590 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 19 Dec 2022 17:26:50 +0800
Subject: [PATCH] 添加申请用户任务完成流程
---
src/const/pass/pass.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/const/pass/pass.js b/src/const/pass/pass.js
index 56731f2..f976930 100644
--- a/src/const/pass/pass.js
+++ b/src/const/pass/pass.js
@@ -27,6 +27,13 @@
type: "input",
},
{
+ label: "编号",
+ prop: "no",
+ type: "input",
+ addDisplay: false,
+ editDisplay: false,
+ },
+ {
label: "租户id",
prop: "tenantId",
type: "input",
--
Gitblit v1.9.3