|
|
@@ -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
|
|
|
>
|