From 20fda7434c88eae3237399a008f6ae0db50d0eab Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 15 九月 2022 19:12:29 +0800
Subject: [PATCH] 2022-09-15
---
src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
index 937165d..1c53e2e 100644
--- a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
+++ b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -40,19 +40,19 @@
let options = [{
value: 'text',
- text: Formdict['model.form.text']
+ text: '鏂囨湰'
}, {
value: 'number',
- text: Formdict['model.form.number']
+ text: '鏁板瓧'
}, {
value: 'picture',
- text: Formdict['model.form.picture']
+ text: '鍥剧墖'
}, {
value: 'link',
- text: Formdict['model.form.href']
+ text: '閾炬帴'
}, {
value: 'textarea',
- text: Formdict['model.form.textarea']
+ text: '澶氳鏂囨湰'
}, {
value: 'custom',
text: '鑷畾涔夊垪'
--
Gitblit v1.8.0