webapp
/
GreenwayWeb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0cd4da1564dd632fefaee126bd4fd45bed814ecb
Authored by
wesley88
2025-03-13 09:58:40 +0800
1 parent
7b4812ed
1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/views/shopRental/manage/index.vue
admin-web-master/src/views/shopRental/manage/index.vue
View file @
0cd4da1
...
...
@@ -81,7 +81,7 @@
81
81
{{scope.row.contractType}}
82
82
83
83
</template>
84
- </el-table-column>
84
+ </el-table-column>
85
85
<el-table-column prop="dataStatus" label="合同状态">
86
86
<template slot-scope="scope">
87
87
<span v-if='scope.row.dataStatus == 1'>使用中</span>
...
...