提交 3abc4d9a authored 作者: 刘旭's avatar 刘旭

优化

上级 005406de
......@@ -45,6 +45,9 @@
scope.row.deleted === undefined &&
scope.row.isSubmit === undefined
? false
: scope.row.deleted ||
typeof scope.row.isSubmit === 'undefined'
? false
: !scope.row.isSubmit && !scope.row.deleted
"
name="error-circle-fill"
......@@ -67,7 +70,6 @@
<view class="left-cates" />
<view class="right-cates">
<view style="width: 80px;">
<!-- <view style="height: 88rpx;"></view> -->
<block v-for="(item, index) in lineList">
<u-image
v-if="index != lineList.length - 1"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论