Commit ea4b5d04 authored by Mac's avatar Mac

1

parent c29972ed
......@@ -17,7 +17,7 @@ th:first-child{position: sticky;left:0px;}
<div class="page-search row items-center">
<div class="col row wrap q-mr-lg q-col-gutter-md">
<div class="col-3">
<q-input @input="resetSearch" dense clearable filled v-model="msg.StuName" label="昵称" maxlength="20" />
<q-input @keyup.enter.native="resetSearch" dense clearable filled v-model="msg.StuName" label="昵称" maxlength="20" />
</div>
<div class="col-3">
<q-input @input="resetSearch" dense clearable filled v-model="msg.StuRealMobile" label="电话" maxlength="20" />
......@@ -111,13 +111,13 @@ th:first-child{position: sticky;left:0px;}
</q-td>
</template>
<template v-slot:bottom>
<div></div>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="PageCount"
:input="true" @input="changePage" />
</template>
</q-table>
</div>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="PageCount"
:input="true" @input="changePage" />
<studentRight-form
v-if="isShowStuRight"
:isJudgeTrans="isJudgeTrans"
......
......@@ -17,7 +17,7 @@ th:first-child{position: sticky;left:0px;}
<div class="page-search row items-center">
<div class="col row wrap q-mr-lg q-col-gutter-md">
<div class="col-3">
<q-input @input="resetSearch" dense clearable filled v-model="msg.StuName" label="昵称" maxlength="20" />
<q-input @keyup.enter.native="resetSearch" dense clearable filled v-model="msg.StuName" label="昵称" maxlength="20" />
</div>
<div class="col-3">
<q-input @input="resetSearch" dense clearable filled v-model="msg.StuRealMobile" label="电话" maxlength="20" />
......@@ -119,7 +119,9 @@ th:first-child{position: sticky;left:0px;}
</div>
<div class="col-3">
<q-option-group
(<q-radio size="xs" v-model="msg.Q_FType" val="1" label="范围内有跟进记录" />
<q-radio size="xs" v-model="msg.Q_FType" val="2" label="范围内没有跟进记录" />
<!-- <q-option-group
v-model="msg.Q_FType"
inline
class="q-mb-md"
......@@ -129,7 +131,7 @@ th:first-child{position: sticky;left:0px;}
{ label: '范围内没有跟进记录', value: '2' },
]"
/>
/> -->
</div>
</div>
</div>
......@@ -559,7 +561,7 @@ export default {
},
lookgengduo(obj,time){//跟进备注
//计算时间 月底日期
let Month = time.split('-')[0]+'-'+time.split('-')[1]+'-01'
let date=new Date(Month);
let currentMonth=date.getMonth();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment