Compare commits
2 Commits
e33fcb33fe
...
89b3c978c5
| Author | SHA1 | Date | |
|---|---|---|---|
| 89b3c978c5 | |||
| ccfb06113a |
@@ -354,6 +354,10 @@ const tableFormVerify = (type) => {
|
|||||||
let tabKey = 'mysql'
|
let tabKey = 'mysql'
|
||||||
// 子字段不能再包含子字段
|
// 子字段不能再包含子字段
|
||||||
if (item.isSubField && item.hasChildren === 'Y') {
|
if (item.isSubField && item.hasChildren === 'Y') {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> e33fcb33fe4b8f77c8e4cfa9784af83018966c04
|
||||||
messageText = `<div style="line-height:24px">
|
messageText = `<div style="line-height:24px">
|
||||||
<div>子字段不能包含子字段</div>
|
<div>子字段不能包含子字段</div>
|
||||||
<div>序号:${index + 1}</div>
|
<div>序号:${index + 1}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user