Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-07-18 10:22:22 | 2 | * @Date: 2022-07-18 10:22:22 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-07-30 18:04:03 | 4 | + * @LastEditTime: 2024-07-31 10:14:24 |
| 5 | * @FilePath: /data-table/src/views/index.vue | 5 | * @FilePath: /data-table/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -80,9 +80,9 @@ | ... | @@ -80,9 +80,9 @@ |
| 80 | <van-col span="8">审批操作</van-col> | 80 | <van-col span="8">审批操作</van-col> |
| 81 | <van-col span="16" style="text-align: right;">commit=提交,reject=驳回</van-col> | 81 | <van-col span="16" style="text-align: right;">commit=提交,reject=驳回</van-col> |
| 82 | </van-row> --> | 82 | </van-row> --> |
| 83 | - <van-row v-if="item.node" gutter="" align="center" style="margin-bottom: 0.25rem;"> | 83 | + <van-row v-if="item.note" gutter="" align="center" style="margin-bottom: 0.25rem;"> |
| 84 | <van-col span="8">审批意见</van-col> | 84 | <van-col span="8">审批意见</van-col> |
| 85 | - <van-col span="16" style="text-align: right;">{{ item.node }}</van-col> | 85 | + <van-col span="16" style="text-align: right;">{{ item.note }}</van-col> |
| 86 | </van-row> | 86 | </van-row> |
| 87 | <van-row gutter="" align="center" style="margin-bottom: 0.25rem;"> | 87 | <van-row gutter="" align="center" style="margin-bottom: 0.25rem;"> |
| 88 | <van-col span="8">节点名称</van-col> | 88 | <van-col span="8">节点名称</van-col> | ... | ... |
-
Please register or login to post a comment