代码优化

This commit is contained in:
BianLzhaoMin 2024-08-16 11:29:34 +08:00
parent df4680e87d
commit e11372cded
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@
type="primary" type="primary"
v-if=" v-if="
isSettle == 0 && isSettle == 0 &&
(isCostBear || (isRepair && currRowInfo.isSlt == 0)) (isCostBear || (isRepair && currRowInfo.isSlt == 0)) &&
tableData.length > 0
" "
@click="handleEdit" @click="handleEdit"
>{{ isEdit ? '取消编辑' : '编辑' }}</el-button >{{ isEdit ? '取消编辑' : '编辑' }}</el-button