优秀案例的查询调整

This commit is contained in:
daihh
2022-12-27 15:10:04 +08:00
parent b5788a7ba3
commit 8c0683a0a9
3 changed files with 6 additions and 6 deletions

View File

@@ -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';