页面修改
This commit is contained in:
parent
64e2a97702
commit
9dd303cf56
|
|
@ -4,9 +4,9 @@
|
|||
<!-- <breadcrumb id="breadcrumb-container" class="breadcrumb-container" v-if="!topNav"/> -->
|
||||
<div style="position: absolute;left: 0;top: 20px;width: 15%;">
|
||||
<router-link key="collapse" class="sidebar-logo-link" to="/">
|
||||
<div style="height: 42px;width: 42px;background: #fff;border-radius: 50%;margin-right: 20px;display: flex;align-items: center;justify-content: center;">
|
||||
<!-- <div style="height: 42px;width: 42px;background: #fff;border-radius: 50%;margin-right: 20px;display: flex;align-items: center;justify-content: center;">
|
||||
<img :src="logo" class="sidebar-logo" />
|
||||
</div>
|
||||
</div> -->
|
||||
<h1 class="sidebar-title">{{ title }} </h1>
|
||||
</router-link>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -258,6 +258,8 @@
|
|||
pageSize: 10,
|
||||
name:null,//姓名
|
||||
certificateNo:null,//证件编号
|
||||
certificateType:null,
|
||||
verifyState:null,
|
||||
}
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
|
|
@ -288,18 +290,7 @@
|
|||
// 表单重置
|
||||
reset() {
|
||||
this.baseForm = {
|
||||
deptId:null,
|
||||
name:"",
|
||||
idNumber:"",
|
||||
birthday:"",
|
||||
birthAddr:"",
|
||||
certificateType:"",
|
||||
certificateTypeName:"",
|
||||
certificateNo:"",
|
||||
issueAddr:"",
|
||||
issueDay:"",
|
||||
issueLifespan:"",
|
||||
isEle:"0",isCreate:"0"
|
||||
|
||||
};
|
||||
this.resetForm("baseForm");
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue