src/views/officeProcessAutomation/ReimburseManage/cost-reimburse/index.vue
@@ -239,7 +239,7 @@ </el-table-column> <el-table-column v-if="!formDialog.readonly" label="操作" width="70" align="center"> <template #default="{ $index }"> <el-button type="danger" link size="small" @click="removeExpenseDetail($index)" v-hasPermi="['officeProcessAutomation:reimburseManage:remove']">删除</el-button> <el-button type="danger" link size="small" @click="removeExpenseDetail($index)">删除</el-button> </template> </el-table-column> </el-table>