소스 검색

职位列表图标

Xiao_123 11 달 전
부모
커밋
08653b4e9e

+ 1 - 1
src/views/enterprise/informationSetting/index.vue

@@ -18,7 +18,7 @@
         <div style="font-size: 14px; color: #999;">只支持JPG、JPEG、PNG类型的图片,大小不超过10M</div>
       </template>
     </CtForm>
-    <v-btn class="buttons mt-5" color="primary" @click.stop="handleSubmit">提 交</v-btn>
+    <v-btn class="buttons mt-5" color="primary" @click.stop="handleSubmit">{{ $t('common.save') }}</v-btn>
   </v-card>
 </template>
 

+ 1 - 0
src/views/enterprise/personnelManagement/components/table.vue

@@ -11,6 +11,7 @@
       :headers="headers"
       hover
       show-select
+      :disable-sort="true"
       height="60vh"
       item-value="id"
     >

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
src/views/enterprise/positionManagement/components/item.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.