@@ -167,6 +167,9 @@ export default {
operation() {
return this.operationBtn({
edit: {
+ conditions: ({ row, index, column }) => {
+ return row.policyOrderStatus == 'XG'
+ },
click: ({ row, index, column }) => {
this.item = { ...row }
this.visible = true