|
@@ -305,7 +305,7 @@ export default {
|
|
if (!sign) {
|
|
if (!sign) {
|
|
this.$set(row, 'check', [])
|
|
this.$set(row, 'check', [])
|
|
}
|
|
}
|
|
- if (row.optionsLength == nums.length) {
|
|
|
|
|
|
+ if (row.optionsLength == nums.length || nums.length<10) {
|
|
this.$set(row, 'isShowBtn', false)
|
|
this.$set(row, 'isShowBtn', false)
|
|
this.$set(row, 'optionsLength', nums.length)
|
|
this.$set(row, 'optionsLength', nums.length)
|
|
} else {
|
|
} else {
|