维修问题修改

This commit is contained in:
liang.chao 2024-07-23 14:34:46 +08:00
parent 2167fc83ad
commit 96271ea0c3
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@
v-if="repairTitle === '维修'" v-if="repairTitle === '维修'"
:selectable=" :selectable="
(row) => { (row) => {
return row.status == 1 return row.status == 0
} }
" "
/> />