mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
优秀案例的查询调整
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
paperId:'',
|
||||
imageBaseUrl:process.env.VUE_APP_FILE_BASE_URL,
|
||||
title:'',
|
||||
optionShow:false,
|
||||
optionShow:true,
|
||||
qpaper:{qtype:'',keyword:''},
|
||||
paperLength:0,
|
||||
totalScore:0,
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
</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="excellentTime"></el-table-column>
|
||||
<el-table-column label="操作">
|
||||
<template slot-scope="scope">
|
||||
<el-button-group>
|
||||
@@ -124,7 +125,7 @@ export default {
|
||||
pageIndex:1,
|
||||
pageSize:10,
|
||||
isTop:'',
|
||||
excellent:false,
|
||||
excellent:'',
|
||||
}, //查询对象
|
||||
caseList: [], //案例列表
|
||||
count:0,
|
||||
@@ -191,7 +192,7 @@ export default {
|
||||
this.$message({
|
||||
type: 'info',
|
||||
message: '已撤回取消推荐'
|
||||
});
|
||||
});
|
||||
});
|
||||
},
|
||||
open(item) {
|
||||
@@ -219,7 +220,7 @@ export default {
|
||||
this.$message({
|
||||
type: 'info',
|
||||
message: '已取消推荐'
|
||||
});
|
||||
});
|
||||
});
|
||||
},
|
||||
inputOn() {
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
<el-input type="text" v-model="scope.row.name"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="duration" label="时长(秒)" width="100">
|
||||
<el-table-column prop="duration" label="时长(分)" width="100">
|
||||
<template slot-scope="scope">
|
||||
<el-input type="number" size="small" v-model="scope.row.minute"></el-input>
|
||||
</template>
|
||||
@@ -254,7 +254,6 @@
|
||||
<chooseOrg ref="refChooseOrg" @confirm="confirmChooseOrg"></chooseOrg>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import coueseFile from '@/api/modules/courseFile';
|
||||
import FileUpload from '@/components/FileUpload/index.vue';
|
||||
|
||||
Reference in New Issue
Block a user