瀏覽代碼

职位列表图标

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>
         <div style="font-size: 14px; color: #999;">只支持JPG、JPEG、PNG类型的图片,大小不超过10M</div>
       </template>
       </template>
     </CtForm>
     </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>
   </v-card>
 </template>
 </template>
 
 

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

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

文件差異過大導致無法顯示
+ 1 - 1
src/views/enterprise/positionManagement/components/item.vue


部分文件因文件數量過多而無法顯示