|
@@ -158,7 +158,7 @@ export default {
|
|
''
|
|
''
|
|
)}
|
|
)}
|
|
|
|
|
|
- {this.$checkBtnRole('cancel', this.$route.meta.roles) &&
|
|
|
|
|
|
+ {this.$checkBtnRole('cancelDelete', this.$route.meta.roles) &&
|
|
((this.isDealer && !row.printNum) || !this.isDealer) ? (
|
|
((this.isDealer && !row.printNum) || !this.isDealer) ? (
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
onOnConfirm={async() => {
|
|
onOnConfirm={async() => {
|
|
@@ -173,7 +173,7 @@ export default {
|
|
) : (
|
|
) : (
|
|
''
|
|
''
|
|
)}
|
|
)}
|
|
- {this.$checkBtnRole('cancelDelete', this.$route.meta.roles) &&
|
|
|
|
|
|
+ {this.$checkBtnRole('cancel', this.$route.meta.roles) &&
|
|
((this.isDealer && !row.printNum) || !this.isDealer) ? (
|
|
((this.isDealer && !row.printNum) || !this.isDealer) ? (
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
onOnConfirm={async() => {
|
|
onOnConfirm={async() => {
|