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

页面修改

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