<el-imagestyle="width: 16px; height: 16px":src="getAssetsImg(item.unitGrade)"class="mr5"/>
const getAssetsImg = (type?: string) => {
return new URL(/src/assets/image/fx_${type}.png, import.meta.url).href
}
<el-imagestyle="width: 16px; height: 16px":src="getAssetsImg(item.unitGrade)"class="mr5"/>
const getAssetsImg = (type?: string) => {
return new URL(/src/assets/image/fx_${type}.png, import.meta.url).href
}