Commit 27d8a7c2 authored by Facius's avatar Facius

feat: 【ID1001292】 前台-师傅在小程序前台完工后,“审核中”及“已完工”状态下均可查看完工信息

parent ba359819
...@@ -64,7 +64,9 @@ ...@@ -64,7 +64,9 @@
:border-bottom="false" :border-bottom="false"
v-show=" v-show="
(item.fieldsName != 'actualPaid' || show200) && (item.fieldsName != 'actualPaid' || show200) &&
((readOnly && form[item.fieldsName]) || !readOnly) ((readOnly &&
!$u.test.isEmpty(form[item.fieldsName])) ||
!readOnly)
" "
:id="`item${item.fieldsId}`" :id="`item${item.fieldsId}`"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment