Compare commits

..

No commits in common. "f57c67aab2ca6239e5e9cbfcb05cec328f82433d" and "0426b85d3feb42755f9b06042d82c9e8f5e92a20" 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>