|
@@ -374,7 +374,7 @@ export default {
|
|
authentication: {
|
|
authentication: {
|
|
prompt: '是否确定认证?',
|
|
prompt: '是否确定认证?',
|
|
conditions: ({ row, index, column }) => {
|
|
conditions: ({ row, index, column }) => {
|
|
- return row.fadadaIsAuth === 'ON'
|
|
|
|
|
|
+ return row.fadadaIsAuth === 'NO'
|
|
},
|
|
},
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
companyCaAuthGetAuth({
|
|
companyCaAuthGetAuth({
|