@@ -70,10 +70,10 @@
@click="add(scope.operationData)"> 添加
</el-button>
<el-button type="primary" link style="margin-right: 15px;" @click="edit(scope.operationData.id)"
- v-auth="'drivingInsurance.edit'"> 编辑
+ > 编辑
<el-button type="primary" link style="margin-right: 15px;" @click="del(scope.operationData)"
- v-auth="'drivingInsurance.delete'"> 删除
+ > 删除
</template>
</TableTree>