Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-31 10:15:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b31d358d5f151c5944e9b739ae26f1954c6d60ec
b31d358d
1 parent
4f9964d6
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/index.vue
src/views/index.vue
View file @
b31d358
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-3
0 18:04:03
* @LastEditTime: 2024-07-3
1 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.no
d
e" gutter="" align="center" style="margin-bottom: 0.25rem;">
<van-row v-if="item.no
t
e" gutter="" align="center" style="margin-bottom: 0.25rem;">
<van-col span="8">审批意见</van-col>
<van-col span="16" style="text-align: right;">{{ item.no
d
e }}</van-col>
<van-col span="16" style="text-align: right;">{{ item.no
t
e }}</van-col>
</van-row>
<van-row gutter="" align="center" style="margin-bottom: 0.25rem;">
<van-col span="8">节点名称</van-col>
...
...
Please
register
or
login
to post a comment