Commit e0b3ffb9 authored by 黄奎's avatar 黄奎

页面修改

parent 8fae98ed
...@@ -228,13 +228,13 @@ ...@@ -228,13 +228,13 @@
option-value="Id" emit-value map-options /> option-value="Id" emit-value map-options />
</div> </div>
</div> </div>
<div class="info_item"> <!-- <div class="info_item">
<div class="item_label">创建人</div> <div class="item_label">创建人</div>
<div class="item_value"> <div class="item_value">
<q-select filled v-model="customObj.CreateBy" dense disable @filter="filterEmployee" use-input <q-select filled v-model="customObj.CreateBy" dense disable @filter="filterEmployee" use-input
:options="myEmployeeList" option-label="EmployeeName" option-value="Id" emit-value map-options /> :options="myEmployeeList" option-label="EmployeeName" option-value="Id" emit-value map-options />
</div> </div>
</div> </div> -->
<div class="info_item"> <div class="info_item">
<q-btn color="accent" class="q-mr-md" label="保存" @click="saveStu()" /> <q-btn color="accent" class="q-mr-md" label="保存" @click="saveStu()" />
</div> </div>
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
<div class="MycustomMain"> <div class="MycustomMain">
<div class="myCustomBottom"> <div class="myCustomBottom">
<div class="myDetail-info"> <div class="myDetail-info">
<student-left :save-obj="saveObj" :AddType="1" @success="refreshStudentPage" @close="closeCutomer"></student-left> <student-left :save-obj="saveObj" :AddType="1" @success="refreshStudentPage" @close="closeCutomer">
</student-left>
</div> </div>
</div> </div>
<div class="dialog-out-close" @click="closeCutomer"> <div class="dialog-out-close" @click="closeCutomer">
...@@ -12,10 +13,8 @@ ...@@ -12,10 +13,8 @@
</div> </div>
</div> </div>
</q-dialog> </q-dialog>
</template> </template>
<script> <script>
import studentLeft from '../student/student-left'; import studentLeft from '../student/student-left';
export default { export default {
meta: { meta: {
...@@ -52,7 +51,6 @@ ...@@ -52,7 +51,6 @@
} }
}, },
} }
</script> </script>
<style> <style>
.MycustomMain { .MycustomMain {
......
...@@ -32,13 +32,13 @@ ...@@ -32,13 +32,13 @@
<q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat selection="multiple" <q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat selection="multiple"
:selected.sync="selection" class="sticky-right-column-table sticky-tow-column-table" separator="none" :selected.sync="selection" class="sticky-right-column-table sticky-tow-column-table" separator="none"
:data="dataList" :columns="columns" row-key="StuId" hide-bottom> :data="dataList" :columns="columns" row-key="StuId" hide-bottom>
<template v-slot:top="props"> <template v-slot:top>
<div class="col-2 q-table__title">我的客户</div> <div class="col-2 q-table__title">学员信息</div>
<q-space /> <q-space />
<div class="page-option"> <div class="page-option">
<q-btn color="accent" class="q-mr-md" size="sm" icon="swap_horiz" label="转订单" :disable="selection.length===0" <q-btn color="accent" class="q-mr-md" size="sm" icon="swap_horiz" label="转订单" :disable="selection.length===0"
@click="transferOrder" /> @click="transferOrder" />
<q-btn color="accent" class="q-mr-md" size="sm" icon="add" label="新增客户" @click="EditStudent(null)" /> <q-btn color="accent" class="q-mr-md" size="sm" icon="add" label="新增学员" @click="EditStudent(null)" />
</div> </div>
</template> </template>
<template v-slot:body-cell-StuIcon="props"> <template v-slot:body-cell-StuIcon="props">
......
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