Commit f11d82b7 authored by zhengke's avatar zhengke

修改

parent 01d30af3
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
{{ scope.row.CreateByName }} {{ scope.row.CreateByName }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="CreateTimeStr" label="创建时间"> <el-table-column prop="CreateTimeStr" label="创建时间" width="148">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.CreateTimeStr }} {{ scope.row.CreateTimeStr }}
</template> </template>
...@@ -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="操作" width="200"> <el-table-column label="操作" width="180">
<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