Compare commits
4 Commits
d4a6f74cfc
...
1da3ca0ee0
Author | SHA1 | Date |
---|---|---|
lyc | 1da3ca0ee0 | |
zouyf | f57c67aab2 | |
“zouyf” | 63ad74c77f | |
“zouyf” | d171117f03 |
|
@ -2,7 +2,7 @@
|
|||
<div class="class-reserv-item">
|
||||
<div class="class-reserv-item-body">
|
||||
<div class="class-reserv-item-title1">
|
||||
<el-tag style="margin-left: 5px" :type="item.workclass"> {{ item.worktype }}</el-tag>
|
||||
<el-tag style="margin-left: 5px" :type="item.workclass?item.workclass:'info'"> {{ item.worktype }}</el-tag>
|
||||
<label style="margin-left: 10px">{{ item.uniquekey }}</label>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue