提交 1451e106 编写于 作者: ibizdev's avatar ibizdev

Mosher 发布系统代码 [后台服务,演示应用]

上级 11692523
...@@ -657,14 +657,14 @@ export default class RulesFormBase extends Vue implements ControlInterface { ...@@ -657,14 +657,14 @@ export default class RulesFormBase extends Vue implements ControlInterface {
{ {
type:"GROUP", type:"GROUP",
condOP:"AND", condOP:"AND",
ruleInfo:"()", ruleInfo:"(还书时间必须大于借出时间 并且 还书时间必须大于当前时间)",
isKeyCond:false, isKeyCond:false,
isNotMode:false, isNotMode:false,
group:[ group:[
{ {
type:"SIMPLE", type:"SIMPLE",
condOP:"GT", condOP:"GT",
ruleInfo:"", ruleInfo:"还书时间必须大于借出时间",
isKeyCond:false, isKeyCond:false,
paramValue:"LENDOUTTIME", paramValue:"LENDOUTTIME",
paramType:"ENTITYFIELD", paramType:"ENTITYFIELD",
...@@ -674,7 +674,7 @@ export default class RulesFormBase extends Vue implements ControlInterface { ...@@ -674,7 +674,7 @@ export default class RulesFormBase extends Vue implements ControlInterface {
{ {
type:"SIMPLE", type:"SIMPLE",
condOP:"GT", condOP:"GT",
ruleInfo:"", ruleInfo:"还书时间必须大于当前时间",
isKeyCond:false, isKeyCond:false,
paramType:"CURTIME", paramType:"CURTIME",
isNotMode:false, isNotMode:false,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册