企业在线巡查
This commit is contained in:
parent
34d6431479
commit
398baa8c37
|
|
@ -146,7 +146,6 @@
|
|||
<div class="cvi-dialog-footer">
|
||||
<el-button @click="dialogConfig.actions.handleClose">取消</el-button>
|
||||
<el-button type="primary" @click="dialogConfig.actions.handleDialogOk">确定</el-button>
|
||||
<!-- <el-button type="success" @click="dialogConfig.actions.handleDocument">在线巡查文书</el-button>-->
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ public class OnlinePatrolDto {
|
|||
private String createUserName;//录入人名称
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private LocalDateTime createTime;//录入时间
|
||||
|
||||
private String approvalStatus;//审批状态
|
||||
private String approvalUserId;//审批人id
|
||||
private String approvalUserName;//审批人名称
|
||||
|
|
|
|||
|
|
@ -16,4 +16,5 @@ public class OnlinePatrolQuery extends BaseQuery {
|
|||
private String industryType;
|
||||
private String unitName;
|
||||
private String unifiedSocialCode;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue