Xiao_123 10 månader sedan
förälder
incheckning
5b224304ee
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/views/recruit/personal/position/components/details.vue

+ 3 - 3
src/views/recruit/personal/position/components/details.vue

@@ -19,9 +19,9 @@
         <v-chip size="small" label v-for="(k, i) in info.tagList" :key="i" class="mr-1" color="primary">{{ k }}</v-chip>
       </div>
       <div class="d-flex justify-space-between mb-5">
-        <div v-if="info.hire">
-          <v-chip v-if="info.hirePrice" label color="primary">赏金:{{ info.hirePrice }}元</v-chip>
-          <v-chip v-if="info.hirePoint" label color="primary">积分:{{ info.hirePoint }}点</v-chip>
+        <div>
+          <v-chip v-if="info.hire && info.hirePrice" label color="primary">赏金:{{ info.hirePrice }}元</v-chip>
+          <v-chip v-if="info.hire && info.hirePoint" label color="primary">积分:{{ info.hirePoint }}点</v-chip>
         </div>
         <div class="banner-tools-btns">
           <v-btn