Xiao_123 10 miesięcy temu
rodzic
commit
fa16e5e36f

+ 6 - 6
src/views/recruit/enterprise/systemManagement/groupAccount/index.vue

@@ -83,14 +83,14 @@ const query = ref({
 const tableData = ref([])
 const treeData = ref([])
 const headers = [
-  { title: t('login.username'), key: 'name' },
-  { title: t('enterprise.userManagement.affiliatedEnterprise'), key: 'enterpriseAnotherName' },
-  { title: t('enterprise.userManagement.post'), key: 'post.nameCn' },
-  { title: t('enterprise.userManagement.phone'), key: 'phone' },
-  { title: t('enterprise.userManagement.email'), key: 'email' },
+  { title: t('login.username'), key: 'name', sortable: false },
+  { title: t('enterprise.userManagement.affiliatedEnterprise'), key: 'enterpriseAnotherName', sortable: false },
+  { title: t('enterprise.userManagement.post'), key: 'post.nameCn', sortable: false },
+  { title: t('enterprise.userManagement.phone'), key: 'phone', sortable: false },
+  { title: t('enterprise.userManagement.email'), key: 'email', sortable: false },
   { title: t('enterprise.userManagement.accountType'), key: 'userType', value: item => item.userType === '1' ? t('enterprise.userManagement.administrators') : t('enterprise.userManagement.regularUser'), sortable: false },
   { title: t('enterprise.userManagement.lastLoginTime'), key: 'loginDate', value: item => timesTampChange(item.loginDate), sortable: false },
-  { title: t('common.actions'), key: 'actions' }
+  { title: t('common.actions'), key: 'actions', sortable: false }
 ]
 const textItem = ref({
   type: 'text',

+ 1 - 0
src/views/recruit/personal/home/components/advertisement.vue

@@ -63,6 +63,7 @@ const list = [
   min-width: calc((100% - 24px) / 3);
   max-width: calc((100% - 24px) / 3);
   margin: 0 12px 12px 0;
+  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
   &:nth-child(3n) {
     margin-right: 0;
   }