领料审核添加审核意见
This commit is contained in:
parent
90e165b22d
commit
bc1502c8c5
|
|
@ -63,6 +63,8 @@
|
||||||
<br />
|
<br />
|
||||||
<!-- 显示创建时间,使用新的 CSS 类设置文字颜色为黑色 -->
|
<!-- 显示创建时间,使用新的 CSS 类设置文字颜色为黑色 -->
|
||||||
<text class="black-text">{{ item.createTime ? item.createTime : '' }}</text>
|
<text class="black-text">{{ item.createTime ? item.createTime : '' }}</text>
|
||||||
|
<br />
|
||||||
|
<text class="black-text">{{ item.remark ? item.remark : '' }}</text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue