Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
9449449d
Unverified
提交
9449449d
authored
11月 01, 2021
作者:
fit2cloud-chenyw
提交者:
GitHub
11月 01, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1097 from dataease/pr@dev@fix_somebugs
Pr@dev@fix somebugs
上级
916d0d00
d173ebc4
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
20 行增加
和
6 行删除
+20
-6
DateFormat.vue
...nd/src/components/canvas/components/Editor/DateFormat.vue
+10
-0
en.js
frontend/src/lang/en.js
+2
-0
tw.js
frontend/src/lang/tw.js
+2
-0
zh.js
frontend/src/lang/zh.js
+1
-1
BasicSetting.vue
frontend/src/views/system/SysParam/BasicSetting.vue
+5
-5
没有找到文件。
frontend/src/components/canvas/components/Editor/DateFormat.vue
浏览文件 @
9449449d
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
v-model=
"formatInfo.openMode"
v-model=
"formatInfo.openMode"
:placeholder=
"$t('deshowdate.select_openMode')"
:placeholder=
"$t('deshowdate.select_openMode')"
style=
"width: 100%;"
style=
"width: 100%;"
@
change=
"modelChange"
>
>
<el-option
<el-option
v-for=
"item in modelOptions"
v-for=
"item in modelOptions"
...
@@ -130,6 +131,15 @@ export default {
...
@@ -130,6 +131,15 @@ export default {
},
},
popoverClose
()
{
popoverClose
()
{
this
.
$refs
.
popover
.
showPopper
=
false
this
.
$refs
.
popover
.
showPopper
=
false
},
modelChange
(
val
)
{
if
(
val
===
'0'
)
{
this
.
curComponent
.
style
.
height
=
100
}
else
if
(
val
===
'1'
)
{
this
.
curComponent
.
style
.
height
=
150
}
else
{
this
.
curComponent
.
style
.
height
=
300
}
}
}
}
}
}
}
...
...
frontend/src/lang/en.js
浏览文件 @
9449449d
...
@@ -611,6 +611,8 @@ export default {
...
@@ -611,6 +611,8 @@ export default {
msg_time_out
:
'Message retention time(unit: day)'
,
msg_time_out
:
'Message retention time(unit: day)'
,
empty_front
:
'If empty then default value is 10s'
,
empty_front
:
'If empty then default value is 10s'
,
empty_msg
:
'If empty then default value is 30 days'
,
empty_msg
:
'If empty then default value is 30 days'
,
front_error
:
'Valid ranger [0 - 100]'
,
msg_error
:
'Valid ranger [1 - 365]'
,
SMTP_port
:
'SMTP Port'
,
SMTP_port
:
'SMTP Port'
,
SMTP_account
:
'SMTP Account'
,
SMTP_account
:
'SMTP Account'
,
SMTP_password
:
'SMTP Password'
,
SMTP_password
:
'SMTP Password'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
9449449d
...
@@ -613,6 +613,8 @@ export default {
...
@@ -613,6 +613,8 @@ export default {
msg_time_out
:
'消息保留時間(單位:天)'
,
msg_time_out
:
'消息保留時間(單位:天)'
,
empty_front
:
'為空則默認取值10秒'
,
empty_front
:
'為空則默認取值10秒'
,
empty_msg
:
'為空則默認取值30天'
,
empty_msg
:
'為空則默認取值30天'
,
front_error
:
'請填寫0-100正整數'
,
msg_error
:
'請填寫1-365正整數'
,
SMTP_port
:
'SMTP端口'
,
SMTP_port
:
'SMTP端口'
,
SMTP_account
:
'SMTP賬戶'
,
SMTP_account
:
'SMTP賬戶'
,
SMTP_password
:
'SMTP密碼'
,
SMTP_password
:
'SMTP密碼'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
9449449d
...
@@ -617,7 +617,7 @@ export default {
...
@@ -617,7 +617,7 @@ export default {
empty_front
:
'为空则默认取10秒'
,
empty_front
:
'为空则默认取10秒'
,
empty_msg
:
'为空则默认取30天'
,
empty_msg
:
'为空则默认取30天'
,
front_error
:
'请填写0-100正整数'
,
front_error
:
'请填写0-100正整数'
,
msg_error
:
'请填写正整数'
,
msg_error
:
'请填写
1-365
正整数'
,
SMTP_port
:
'SMTP端口'
,
SMTP_port
:
'SMTP端口'
,
SMTP_account
:
'SMTP账户'
,
SMTP_account
:
'SMTP账户'
,
SMTP_password
:
'SMTP密码'
,
SMTP_password
:
'SMTP密码'
,
...
...
frontend/src/views/system/SysParam/BasicSetting.vue
浏览文件 @
9449449d
...
@@ -70,7 +70,7 @@ export default {
...
@@ -70,7 +70,7 @@ export default {
],
],
msgTimeOut
:
[
msgTimeOut
:
[
{
{
pattern
:
'^
[0-9]*
$'
,
pattern
:
'^
([1-9]|[1-9]
\\
d|365)
$'
,
message
:
this
.
$t
(
'system_parameter_setting.msg_error'
),
message
:
this
.
$t
(
'system_parameter_setting.msg_error'
),
trigger
:
'blur'
trigger
:
'blur'
}
}
...
@@ -101,10 +101,6 @@ export default {
...
@@ -101,10 +101,6 @@ export default {
this
.
show
=
false
this
.
show
=
false
},
},
save
(
formInline
)
{
save
(
formInline
)
{
this
.
showEdit
=
true
this
.
showCancel
=
false
this
.
showSave
=
false
this
.
show
=
true
const
param
=
[
const
param
=
[
{
paramKey
:
'basic.frontTimeOut'
,
paramValue
:
this
.
formInline
.
frontTimeOut
,
type
:
'text'
,
sort
:
1
},
{
paramKey
:
'basic.frontTimeOut'
,
paramValue
:
this
.
formInline
.
frontTimeOut
,
type
:
'text'
,
sort
:
1
},
{
paramKey
:
'basic.msgTimeOut'
,
paramValue
:
this
.
formInline
.
msgTimeOut
,
type
:
'text'
,
sort
:
2
}
{
paramKey
:
'basic.msgTimeOut'
,
paramValue
:
this
.
formInline
.
msgTimeOut
,
type
:
'text'
,
sort
:
2
}
...
@@ -117,6 +113,10 @@ export default {
...
@@ -117,6 +113,10 @@ export default {
const
flag
=
response
.
success
const
flag
=
response
.
success
if
(
flag
)
{
if
(
flag
)
{
this
.
$success
(
this
.
$t
(
'commons.save_success'
))
this
.
$success
(
this
.
$t
(
'commons.save_success'
))
this
.
showEdit
=
true
this
.
showCancel
=
false
this
.
showSave
=
false
this
.
show
=
true
window
.
location
.
reload
()
window
.
location
.
reload
()
}
else
{
}
else
{
this
.
$message
.
error
(
this
.
$t
(
'commons.save_failed'
))
this
.
$message
.
error
(
this
.
$t
(
'commons.save_failed'
))
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论