| | |
| | | @current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad"> |
| | | |
| | | <template slot-scope="{ row, size, index }" slot="voteForm"> |
| | | |
| | | <div>{{topicTitle}}</div> |
| | | <el-table :data="topictData" v-if="topictData.length"> |
| | | <el-table-column width="300" property="optionContent" label="选项"></el-table-column> |
| | | <el-table-column width="300" property="number" label="人数"> |
| | | <el-table-column width="300" property="optionContent" label="选项" label-class-name="workOrderStyle"></el-table-column> |
| | | <el-table-column width="300" property="number" label="人数" label-class-name="workOrderStyle"> |
| | | |
| | | |
| | | </el-table-column> |
| | |
| | | display: false, |
| | | hide: true, |
| | | parent: false, |
| | | label: "议事标题", |
| | | label: "投票结果", |
| | | prop: "articleId", |
| | | search: false, |
| | | viewDisabled: false, |
| | |
| | | hide: true, |
| | | prop: "vote", |
| | | formslot: true, |
| | | label: "议事选项" |
| | | label: "投票详情" |
| | | }, |
| | | |
| | | { |
| | |
| | | .avue-upload__icon { |
| | | line-height: 6; |
| | | } |
| | | |
| | | .workOrderStyle{ |
| | | font-weight: normal; |
| | | } |
| | | </style> |