<el-checkboxv-for="item in endServiceGroup":label="item.id":key="item.id":value="item.id"v-show="isShowError(item)"> {{item.text}}</el-checkbox>
<el-checkbox@click.native="changeOtherService(item.id)":checked="lineform.otherService.includes(item.id)"v-for="item in endServiceGroup":label="item.id ":key="item.id":value="item.id"v-show="isShowError(item)"> {{item.text}}</el-checkbox>