zsk 10 months ago
parent a2ca9ce719
commit 1aebf639f2

@ -248,10 +248,10 @@ const getColumns = (classify) => {
{ title: '操作', key: 'action' },
];
if (classify === 8) {
if (classify === 9) {
baseColumns.splice(1, 0, { title: '开奖号', dataIndex: 'winNo', key: 'winNo' });
baseColumns.splice(2, 0, { title: '推荐号', dataIndex: 'recommendNo', key: 'recommendNo' });
} else if (classify === 9) {
} else if (classify === 8) {
baseColumns.splice(1, 0, { title: '推荐号', dataIndex: 'recommendNo', key: 'recommendNo' });
} else {
baseColumns.splice(1, 0, { title: '比赛内容', key: 'scheduleJson' });

@ -41,7 +41,7 @@
<a-modal
v-model:visible="modalVisible"
:title="modalMode === 'add' ? '新增中奖图' : '编辑中奖图'"
:title="modalMode === 'add' ? '新增轮播图' : '编辑轮播图'"
@ok="handleModalOk"
@cancel="handleModalCancel"
width="800px"

Loading…
Cancel
Save