hookehuyr

fix

<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-30 18:04:03
* @LastEditTime: 2024-07-31 10:14:24
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
......@@ -80,9 +80,9 @@
<van-col span="8">审批操作</van-col>
<van-col span="16" style="text-align: right;">commit=提交,reject=驳回</van-col>
</van-row> -->
<van-row v-if="item.node" gutter="" align="center" style="margin-bottom: 0.25rem;">
<van-row v-if="item.note" gutter="" align="center" style="margin-bottom: 0.25rem;">
<van-col span="8">审批意见</van-col>
<van-col span="16" style="text-align: right;">{{ item.node }}</van-col>
<van-col span="16" style="text-align: right;">{{ item.note }}</van-col>
</van-row>
<van-row gutter="" align="center" style="margin-bottom: 0.25rem;">
<van-col span="8">节点名称</van-col>
......