From e53c635fbe5ba2f3925b0052e60e24c2f68e88d6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 01 Sep 2021 11:29:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/views/trainingRegistration/index.vue | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/views/trainingRegistration/index.vue b/src/views/trainingRegistration/index.vue
index 1c99a65..8005c94 100644
--- a/src/views/trainingRegistration/index.vue
+++ b/src/views/trainingRegistration/index.vue
@@ -150,6 +150,22 @@
menuWidth: 380,
dialogClickModal: false,
column: [
+ // {
+ // label: "考试人数",
+ // prop: "number",
+ // type: 'number',
+ // span: 6,
+ // precision:2,
+ // mock:{
+ // type:'number',
+ // max:500,
+ // min:50,
+ // precision:50
+ // },
+ // minRows: 0,
+ // maxRows: 3,
+ // row:true,
+ // },
{
label: "考试时间",
prop: "startTime",
--
Gitblit v1.9.3