Commit 01d30af3 authored by zhengke's avatar zhengke

修改

parent 5ad4fadb
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</template> </template>
</div> </div>
<el-table :data="dataList" v-loading="loading"> <el-table :data="dataList" v-loading="loading">
<el-table-column prop="PaperName" label="文件夹/试卷" width="400"> <el-table-column prop="PaperName" label="文件夹/试卷" width="300">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="Exam_PaperName"> <div class="Exam_PaperName">
<i v-if="scope.row.PaperType==1" title="文件夹" class="iconfont icon-weibiaoti5" style="color:#85CDFD;"></i> <i v-if="scope.row.PaperType==1" title="文件夹" class="iconfont icon-weibiaoti5" style="color:#85CDFD;"></i>
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
{{ scope.row.ExamineStatusStr }} {{ scope.row.ExamineStatusStr }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作"> <el-table-column label="操作" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.PaperType==1"> <template v-if="scope.row.PaperType==1">
<q-btn flat size="xs" color="primary" style="font-weight:400" @click="showExamFolder(scope.row)" <q-btn flat size="xs" color="primary" style="font-weight:400" @click="showExamFolder(scope.row)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment