demo25
Former-commit-id: 15f81c4f67b5fd76c210433c0832e8130d300e58 [formerly 15f81c4f67b5fd76c210433c0832e8130d300e58 [formerly 15f81c4f67b5fd76c210433c0832e8130d300e58 [formerly 15f81c4f67b5fd76c210433c0832e8130d300e58 [formerly 0da051369cae7b1a5241adcf60dc8829b760857d [formerly f10461d471dbc849af99cce2a03aef16e9b86b9b]]]]] Former-commit-id: e143c9e1723f0996ca5a97b2f98af50de3213260 Former-commit-id: e558efe07fa739e53e2541297287acaefd76829c Former-commit-id: 9e306482869711050139549de587f5e0fa6f9bfc [formerly f64802f58eb35629896e865a20434aa459c9c743] Former-commit-id: 0e15c7410e7fe87f336823e35bc2482ba983c5e8 Former-commit-id: 20d162920b5fbe9c3663dc89a251ba56ceabd540 Former-commit-id: d8a8dfd14648a70af5045c479a822903b4133c77 Former-commit-id: c206a9ed9336853dfc8084b04393832676d6ca66 Former-commit-id: 1cb8cd4b0dd4cd8a2e23719ed377fcf2c15fb2d5
This commit is contained in:
@@ -25,6 +25,8 @@ export default {
|
|||||||
text () {
|
text () {
|
||||||
if (this.scope.$index === 1) {
|
if (this.scope.$index === 1) {
|
||||||
return this.myProps
|
return this.myProps
|
||||||
|
} else if (this.scope.$index === 3) {
|
||||||
|
return '通过scope拿到了当前行日期:' + this.scope.row.date
|
||||||
}
|
}
|
||||||
return this.value ? '是' : '否'
|
return this.value ? '是' : '否'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ export default {
|
|||||||
text () {
|
text () {
|
||||||
if (this.scope.$index === 1) {
|
if (this.scope.$index === 1) {
|
||||||
return this.myProps
|
return this.myProps
|
||||||
|
} else if (this.scope.$index === 3) {
|
||||||
|
return '通过scope拿到了当前行日期:' + this.scope.row.date
|
||||||
}
|
}
|
||||||
return this.value ? '是' : '否'
|
return this.value ? '是' : '否'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user