- 博客(6)
- 收藏
- 关注
原创 uniapp 使用第三方字体
font-family的值就是解压的stylesheet文件中font-family的值(可以自定义修改).2.在项目static文件夹内新建文件夹style,将解压的stylesheet.css文件夹放进去。4.然后需要使用字体的地方 设置font-family就o了。1.将下载好的字体文件转换成base64格式,然后需要stylesheet.css这个文件。3.在app.vue中引入。(选择字体文件) 然后。
2023-07-28 14:33:42 1855 1
原创 element-ui table最后一列计算总金额和使用show-summary :和summary-method=“getSummaries“方法进行计算和对结果进行千分位显示
实现需求:对一行进行计算和总价计算并千分位显示1.设置show-summary :和summary-method="getSummaries"方法 <el-table :data="form.items" show-summary :summary-method="getSummaries" border :header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center' }">2.总金额.
2022-05-11 11:17:18 3702
原创 element穿梭框的输入框通过对接口返回多个值进行筛选显示
3实现要求:输入框内容并没有显示在穿梭框的label中 但是可以进行搜索显示实现过程1.在穿梭框上设置 :filter-method="filterMethod"方法<el-transfer v-model="form.hosIds" filterable :props="{ key: 'sourceId', label: 'name', }" :filter-method="filterMethod" :data="hospitalList" :titles="[`${$t('mess
2021-12-23 11:51:05 2061
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人