Commit 6fcf4488 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/confucius into master

parents 3319ced6 ea2d021e
...@@ -516,11 +516,11 @@ export function getEduEmployeeNumList(data) { ...@@ -516,11 +516,11 @@ export function getEduEmployeeNumList(data) {
} }
//获取用户资产列表 //获取用户资产列表
export function propertyGetPageList(data) { export function propertyGetPageList(data) {
// return request_zc({ return request_zc({
// url: '/property/PropertyGetPageList', url: '/property/PropertyGetPageList',
// method: 'post', method: 'post',
// data data
// }); });
} }
/** /**
* 获取班级下拉_(出库单) * 获取班级下拉_(出库单)
......
...@@ -118,8 +118,10 @@ ...@@ -118,8 +118,10 @@
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-EmName="props"> <template v-slot:body-cell-EmName="props">
<div>{{props.row.EmName}}</div> <q-td>
<div>{{props.row.GetTime}}</div> <div>{{props.row.EmName}}</div>
<div>{{props.row.GetTime}}</div>
</q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount" <q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
......
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