mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
优秀案例的查询调整
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
paperId:'',
|
paperId:'',
|
||||||
imageBaseUrl:process.env.VUE_APP_FILE_BASE_URL,
|
imageBaseUrl:process.env.VUE_APP_FILE_BASE_URL,
|
||||||
title:'',
|
title:'',
|
||||||
optionShow:false,
|
optionShow:true,
|
||||||
qpaper:{qtype:'',keyword:''},
|
qpaper:{qtype:'',keyword:''},
|
||||||
paperLength:0,
|
paperLength:0,
|
||||||
totalScore:0,
|
totalScore:0,
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
</el-table-column> -->
|
</el-table-column> -->
|
||||||
<el-table-column label="作者" width="80px" prop="authorName"></el-table-column>
|
<el-table-column label="作者" width="80px" prop="authorName"></el-table-column>
|
||||||
<el-table-column label="导入时间" prop="sysCreateTime"></el-table-column>
|
<el-table-column label="导入时间" prop="sysCreateTime"></el-table-column>
|
||||||
|
<el-table-column label="设置优秀时间" prop="excellentTime"></el-table-column>
|
||||||
<el-table-column label="操作">
|
<el-table-column label="操作">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button-group>
|
<el-button-group>
|
||||||
@@ -124,7 +125,7 @@ export default {
|
|||||||
pageIndex:1,
|
pageIndex:1,
|
||||||
pageSize:10,
|
pageSize:10,
|
||||||
isTop:'',
|
isTop:'',
|
||||||
excellent:false,
|
excellent:'',
|
||||||
}, //查询对象
|
}, //查询对象
|
||||||
caseList: [], //案例列表
|
caseList: [], //案例列表
|
||||||
count:0,
|
count:0,
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
<el-input type="text" v-model="scope.row.name"></el-input>
|
<el-input type="text" v-model="scope.row.name"></el-input>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="duration" label="时长(秒)" width="100">
|
<el-table-column prop="duration" label="时长(分)" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input type="number" size="small" v-model="scope.row.minute"></el-input>
|
<el-input type="number" size="small" v-model="scope.row.minute"></el-input>
|
||||||
</template>
|
</template>
|
||||||
@@ -254,7 +254,6 @@
|
|||||||
<chooseOrg ref="refChooseOrg" @confirm="confirmChooseOrg"></chooseOrg>
|
<chooseOrg ref="refChooseOrg" @confirm="confirmChooseOrg"></chooseOrg>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import coueseFile from '@/api/modules/courseFile';
|
import coueseFile from '@/api/modules/courseFile';
|
||||||
import FileUpload from '@/components/FileUpload/index.vue';
|
import FileUpload from '@/components/FileUpload/index.vue';
|
||||||
|
|||||||
Reference in New Issue
Block a user