Переглянути джерело

feat: delivery页面中Configurations按钮需要员工权限

Jack Zhou 3 місяців тому
батько
коміт
5d0c717839

+ 6 - 1
src/views/DestinationDelivery/src/DestinationDelivery.vue

@@ -98,7 +98,12 @@ const handleSearch = () => {
     <div class="header">
       <span>Destination Delivery</span>
       <div class="operator">
-        <el-button style="height: 40px" type="default" @click="handleConfigurations">
+        <el-button
+          style="height: 40px"
+          type="default"
+          @click="handleConfigurations"
+          v-if="tableRef?.isEmployeeRole === true"
+        >
           <span style="margin-right: 4px" class="font_family icon-icon_configurations_b"></span>
           <span style="font-weight: 400">Configurations</span></el-button
         >