|
@@ -384,6 +384,25 @@ export default {
|
|
|
this.$refs?.pageRef?.refreshList()
|
|
|
})
|
|
|
}
|
|
|
+ },
|
|
|
+ authorizeAutomaticSignature: {
|
|
|
+ prompt: '是否授权自动签章?',
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
+ return row.fadadaIsAuth === 'YES' && row.fadadaAuthAutoStatus === 'NO'
|
|
|
+ },
|
|
|
+ click: ({ row, index, column }) => {
|
|
|
+ {
|
|
|
+ /* companyCaAuthGetAuth({
|
|
|
+ companyCaAuthId: row.companyCaAuthId
|
|
|
+ }).then(res => {
|
|
|
+ this.$message({
|
|
|
+ message: '设置成功',
|
|
|
+ type: 'success'
|
|
|
+ })
|
|
|
+ this.$refs?.pageRef?.refreshList()
|
|
|
+ }) */
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
},
|