mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-05-04 23:51:25 +08:00
全新UI视觉体验,移动端API优化降低重复调用,提高并发6倍,修复N多Bug
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
cancelButtonText: '取消',
|
||||
inputErrorMessage: this.$route.path.indexOf('group') !== -1?'请输入分组名称':'请输入标签名称',
|
||||
inputType: 'text',
|
||||
closeOnClickModal: false,
|
||||
inputValue: row ? (this.$route.path.indexOf('group') !== -1?row.groupName:row.name): '' ,
|
||||
inputPlaceholder: this.$route.path.indexOf('group') !== -1?'请输入分组名称':'请输入标签名称',
|
||||
inputValidator: (value) => { if(!value) return '输入不能为空'}
|
||||
|
||||
Reference in New Issue
Block a user