Browse Source

新任命

Xiao_123 4 tháng trước cách đây
mục cha
commit
7a2bbab551

+ 1 - 1
src/layout/enterprise.vue

@@ -3,7 +3,7 @@
     <Headers class="headers"></Headers>
     <div class="content d-flex">
       <side class="content-sticky" v-if="!router.currentRoute.value?.meta?.hideSide"></side>
-      <div class="content-box d-flex flex-column" :style="`width: ${ !isInWhiteList(route.path, whiteList) ? 'calc(100vw - 230px)' : '100%'}`">
+      <div class="content-box d-flex flex-column" :style="`width: ${ !isInWhiteList(route.path, whiteList) ? 'calc(100vw - 247px)' : '100%'}`">
         <div v-if="!isInWhiteList(route.path, whiteList)" class="breadcrumbs_sticky">
           <div class=" d-flex align-center justify-space-between">
             <v-breadcrumbs :items="system.breadcrumbs" elevation="3">

+ 13 - 1
src/views/recruit/enterprise/newlyAppointed/index.vue

@@ -16,6 +16,18 @@
 			itemKey="id"
 			@pageHandleChange="handleChangePage"
 		>
+			<template #workTerritory="{ item }">
+				<div class="ellipsis" style="max-width: 150px;">
+					{{ item.workTerritory }}
+					<v-tooltip activator="parent" location="top">{{ item.workTerritory }}</v-tooltip>
+				</div>
+			</template>
+			<template #workHistory="{ item }">
+				<div class="ellipsis" style="max-width: 150px;">
+					{{ item.workHistory }}
+					<v-tooltip activator="parent" location="top">{{ item.workHistory }}</v-tooltip>
+				</div>
+			</template>
 			<template #actions="{ item }">
 				<v-btn variant="text" color="primary" @click.stop="handleDetail(item)">详 情</v-btn>
 			</template>
@@ -33,7 +45,7 @@
 	<CtDialog :visible="showDialog" :widthType="4" :footer="false" titleClass="text-h6" title="系统提示" @close="showDialog = false">
 		<div class="d-flex align-center flex-column">
 			<div class="color-warning">
-				<p>您没有权限查看门墩儿新任命信息</p>
+				<p>很抱歉,当前没有权限查看门墩儿新任命的相关信息</p>
 				<p>请用微信扫描下方企业微信联系门墩儿管理员开通权限</p>
 			</div>
 			<div style="width: 150px; height: 150px;">