Commit 0cd6182d authored by 黄奎's avatar 黄奎

页面修改

parent 15ee719a
......@@ -28,13 +28,27 @@
<div>{{props.row.EndDateStr}}</div>
</q-td>
</template>
<template v-slot:body-cell-PrizeAddress="props">
<q-td :props="props">
<div style="max-width: 150px; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;">{{props.row.PrizeAddress}}</div>
</q-td>
</template>
<template v-slot:body-cell-Description="props">
<q-td :props="props">
<div style="max-width: 200px; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;">{{props.row.Description}}</div>
</q-td>
</template>
<template v-slot:bottom>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
:input="true" @input="changePage" />
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<q-btn flat size="xs" icon="iconfont icon-view" color="accent" style="font-weight:400" label="意见调查表"
<q-btn flat size="xs" icon="iconfont icon-view" color="accent" style="font-weight:400" label="配置"
@click="GoYijian(props.row)" />
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="编辑"
@click="addObj(props.row)" />
......@@ -52,7 +66,7 @@
import quesactiveForm from '../../components/activity/quesactive-form'
export default {
meta: {
title: "活动列表"
title: "意见调查表配置"
},
components: {
quesactiveForm
......@@ -67,13 +81,13 @@
},
{
name: 'Title',
label: '活动信息',
label: '问卷标题',
field: 'Title',
align: 'left'
},
{
name: 'StartDateStr',
label: '活动时间',
label: '时间',
field: 'StartDateStr',
align: 'left'
},
......@@ -121,7 +135,9 @@
objOption: null,
}
},
created() {},
created() {
},
mounted() {
this.GetPrizeTypeEnumList();
this.getList();
......@@ -229,10 +245,8 @@
}
},
}
</script>
<style lang="sass">
@import url('~assets/css/table.sass')
</style>
</style>
\ No newline at end of file
......@@ -1579,9 +1579,6 @@ const routes = [{
component: () =>
import("pages/teacher/contribution/contributemanage")
},
{
path: "/stuMan/coffeeManage/index", //学管 商品管理
component: () =>
......
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