This commit is contained in:
zhaomeijing
2022-06-27 15:20:57 +08:00
parent 15f5a1d6bd
commit d29b90f118
3 changed files with 4 additions and 3 deletions
@@ -61,6 +61,7 @@ export default {
},
created() {
this.detailDate.list.forEach((item) => {
console.log('ppp')
if(item.type == 'file' && item.isLock == '1') {
this.disabled = true
}