|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
<div class="main_right_height">
|
|
|
- <div>
|
|
|
+ <TopDes :flag="false" topDesFont="认知行为干预记录"></TopDes>
|
|
|
+ <!-- <div>
|
|
|
<el-row>
|
|
|
<el-col :span="1"> </el-col>
|
|
|
<el-col :span="22">
|
|
@@ -17,12 +18,12 @@
|
|
|
|
|
|
<el-col :span="1"> </el-col>
|
|
|
</el-row>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div>
|
|
|
<el-row>
|
|
|
<el-col :span="1"> </el-col>
|
|
|
- <el-col :span="20" style="margin-top: 15px">
|
|
|
- <div style="display: flex">
|
|
|
+ <el-col :span="20" style="margin-top: 15px" >
|
|
|
+ <div style="display: flex" class="xl_input">
|
|
|
<el-date-picker
|
|
|
v-model="value1"
|
|
|
type="daterange"
|
|
@@ -36,13 +37,14 @@
|
|
|
<el-input
|
|
|
placeholder="请输入用户姓名"
|
|
|
v-model="nameSearch"
|
|
|
- class="input-with-select"
|
|
|
+ @input="searchEle"
|
|
|
+ prefix-icon="el-icon-search"
|
|
|
>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
slot="append"
|
|
|
@click="searchEle"
|
|
|
icon="el-icon-search"
|
|
|
- ></el-button>
|
|
|
+ ></el-button> -->
|
|
|
</el-input>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -142,6 +144,7 @@
|
|
|
>
|
|
|
</el-pagination>
|
|
|
</p>
|
|
|
+ <FootDes></FootDes>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -368,9 +371,10 @@ export default {
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
.main_right_height {
|
|
|
- height: 95vh !important;
|
|
|
+ height: 100vh !important;
|
|
|
display: block !important;
|
|
|
overflow-y: auto !important;
|
|
|
+ background: #ffffff;
|
|
|
}
|
|
|
.el-input-group {
|
|
|
line-height: normal;
|