|
@@ -72,7 +72,7 @@ export default {
|
|
return this.operationBtn({
|
|
return this.operationBtn({
|
|
networkAudit: {
|
|
networkAudit: {
|
|
conditions: ({ row, index, column }) => {
|
|
conditions: ({ row, index, column }) => {
|
|
- return row.websitStatus == 1
|
|
|
|
|
|
+ return row.status == 1
|
|
},
|
|
},
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
this.item = row
|
|
this.item = row
|