Commit a7cf751b authored by zhengke's avatar zhengke

1

parent 3e3510b9
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
<q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="新增就业" @click="EditStudy(null)" /> <q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="新增就业" @click="EditStudy(null)" />
</div> </div>
</template> </template>
<template v-slot:body-cell-SupplierName="props"> <template v-slot:body="props">
<q-tr>
<q-td> <q-td>
<div>{{props.row.SupplierName}}</div> <div>{{props.row.SupplierName}}</div>
<div> <div>
...@@ -34,7 +35,6 @@ ...@@ -34,7 +35,6 @@
</a> </a>
</div> </div>
</q-td> </q-td>
</template>
<template v-slot:body-cell-PreferentialList="props"> <template v-slot:body-cell-PreferentialList="props">
<q-td :props="props" style="padding-right:0px"> <q-td :props="props" style="padding-right:0px">
<div v-for="x in props.value"> <div v-for="x in props.value">
...@@ -105,6 +105,19 @@ ...@@ -105,6 +105,19 @@
style="font-weight:400" label="申请审核" @click="applyApply(props.row)" /> style="font-weight:400" label="申请审核" @click="applyApply(props.row)" />
</q-td> </q-td>
</template> </template>
</q-tr>
<q-tr :props="props">
<q-td colspan="100%" class="bg-grey-2">
<div class="flex row items-start">
<q-badge color="negative" class="q-mr-md">
备注:
</q-badge>
<div>{{props.row.Remark}}}</div>
</div>
</q-td>
</q-tr>
</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"
:input="true" @input="changePage" /> :input="true" @input="changePage" />
......
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