Commit 04818278 authored by 刘帅阳's avatar 刘帅阳

修改bug

parent 55a95ec3
...@@ -109,7 +109,13 @@ ...@@ -109,7 +109,13 @@
:label="column.label" :label="column.label"
align="center" align="center"
:prop="column.prop" :prop="column.prop"
/> >
<template slot-scope="scope">
<div>
{{column.prop === 'availableTrialTime' ? scope.row[column.prop] +'天' : scope.row[column.prop]}}
</div>
</template>
</el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="detailTotal>0" v-show="detailTotal>0"
......
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