|
@@ -7,7 +7,7 @@ import Card from '@/components/card.vue'
|
|
|
import SectionHeading from '@/components/section-heading.vue'
|
|
|
import { abc, calculator, treaty } from '@/core/libs/pngs'
|
|
|
import { getMaterialDealers } from '@/core/libs/requests'
|
|
|
-import { materialDealers, close } from '@/core/libs/svgs'
|
|
|
+import { materialDealers, close, phone } from '@/core/libs/svgs'
|
|
|
|
|
|
const { data, run } = useRequest(getMaterialDealers)
|
|
|
const dealerPanelState = ref(false)
|
|
@@ -165,7 +165,7 @@ onMounted(() => {
|
|
|
</div>
|
|
|
</div>
|
|
|
<wd-button type="text" size="small" custom-class=" bg-[#f2f2f2]! p-0! ml-4">
|
|
|
- <wd-img width="28" height="28"></wd-img>
|
|
|
+ <wd-img width="28" height="28" :src="phone"></wd-img>
|
|
|
</wd-button>
|
|
|
<wd-button type="text" size="small" custom-class=" bg-[#f2f2f2]! p-0! ml-4">
|
|
|
<wd-img width="28" height="28"></wd-img>
|