zouyf_dev #202

Merged
zouyf merged 2 commits from zouyf_dev into main 2024-09-12 15:59:01 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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>