| | |
| | | package com.ruoyi.system.domain.vo; |
| | | |
| | | import com.ruoyi.common.translation.annotation.Translation; |
| | | import com.ruoyi.common.translation.constant.TransConstant; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serial; |
| | |
| | | private Long createBy; |
| | | |
| | | /** |
| | | * 上传人名称 |
| | | */ |
| | | @Translation(type = TransConstant.USER_ID_TO_NAME, mapper = "createBy") |
| | | private String createByName; |
| | | |
| | | /** |
| | | * 服务商 |
| | | */ |
| | | private String service; |
| | |
| | | end-placeholder="结束日期" |
| | | ></el-date-picker> |
| | | </el-form-item> |
| | | <el-form-item label="上传人" prop="createBy"> |
| | | <el-input |
| | | v-model="queryParams.createBy" |
| | | placeholder="请输入上传人" |
| | | clearable |
| | | size="small" |
| | | @keyup.enter.native="handleQuery" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="服务商" prop="service"> |
| | | <el-input |
| | | v-model="queryParams.service" |
| | |
| | | <span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="上传人" align="center" prop="createBy" /> |
| | | <el-table-column label="上传人" align="center" prop="createByName" /> |
| | | <el-table-column label="服务商" align="center" prop="service" |
| | | sortable="custom"/> |
| | | <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
| | |
| | | fileName: undefined, |
| | | originalName: undefined, |
| | | fileSuffix: undefined, |
| | | url: undefined, |
| | | createTime: undefined, |
| | | createBy: undefined, |
| | | service: undefined |
| | | }, |
| | | // 表单参数 |