Compare commits

..

No commits in common. "1da3ca0ee0268e9d504cece8aab3e8923adc673d" and "d4a6f74cfc15b62d81db1d073f5cff51b33886c1" have entirely different histories.

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.workclass:'info'"> {{ item.worktype }}</el-tag>
<el-tag style="margin-left: 5px" :type="item.workclass"> {{ item.worktype }}</el-tag>
<label style="margin-left: 10px">{{ item.uniquekey }}</label>
</div>