src/views/salesManagement/receiptPayment/index.vue
@@ -122,6 +122,7 @@ size="small" @click="changeEditType(scope.row)" v-if="!scope.row.editType" :disabled="scope.row.registrant !== userStore.nickName" >编辑</el-button > <el-button @@ -130,6 +131,7 @@ size="small" @click="saveReceiptPayment(scope.row)" v-if="scope.row.editType" :disabled="scope.row.registrant !== userStore.nickName" >保存</el-button > <el-button @@ -137,6 +139,7 @@ type="primary" size="small" @click="delReceiptRecord(scope.row)" :disabled="scope.row.registrant !== userStore.nickName" >删除</el-button > </template>