摘要:
1.单张 <el-table-column label="签名"> <template slot-scope="scope"> <img :src="scope.row.signNameUrl" width="80" height="80" class="head_pic"/> </template 阅读全文
posted @ 2021-08-24 17:30
铜丝儿
阅读(394)
评论(0)
推荐(0)
摘要:
cell.getCellStyle().getDataFormat()//获取当前cell数值格式 cell.getStringCellValue()//直接获取内容 if (cell != null) { cell.setCellType(Cell.CELL_TYPE_STRING); /*如果获 阅读全文
posted @ 2021-08-24 10:28
铜丝儿
阅读(580)
评论(0)
推荐(0)