Commit ea2d021e authored by zhengke's avatar zhengke

修改

parent 3d7eb5f7
...@@ -516,9 +516,9 @@ export function getEduEmployeeNumList(data) { ...@@ -516,9 +516,9 @@ 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