...
|
...
|
@@ -24,17 +24,17 @@ |
|
|
</div>
|
|
|
<div class="detail m-1em">
|
|
|
<ul>
|
|
|
<li class="font-size-13 mt-25">
|
|
|
<li class="font-size-14 mt-25">
|
|
|
<span class="key font-weight-bold">招聘类型:</span>
|
|
|
<span class="value d-inline-block min-width-100">{{recruitLeft.recType}}</span>
|
|
|
<span class="key font-weight-bold">工作性质:</span>
|
|
|
<span class="value d-inline-block min-width-100">{{recruitLeft.jobType}}</span>
|
|
|
</li>
|
|
|
<li class="font-size-13 mt-25">
|
|
|
<li class="font-size-14 mt-25">
|
|
|
<span class="key font-weight-bold">截止时间:</span>
|
|
|
<span class="value">{{recruitLeft.time}}</span>
|
|
|
</li>
|
|
|
<li class="font-size-13 mt-25">
|
|
|
<li class="font-size-14 mt-25">
|
|
|
<span class="key font-weight-bold">工作地点:</span>
|
|
|
<span class="value">{{recruitLeft.workPlace}}</span>
|
|
|
</li>
|
...
|
...
|
|