imeik-bizui 1.7.6 → 1.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -462,6 +462,10 @@ export default {
462
462
  },
463
463
  // 添加专家行
464
464
  addExpert() {
465
+ if (this.tableConfig.data.length >= 50) {
466
+ this.$message.warning('最多添加50行专家信息')
467
+ return
468
+ }
465
469
  this.tableConfig.data.push({})
466
470
  },
467
471
  // 删除专家行