Commit 09626d0e authored by jiaorz's avatar jiaorz

132

parent 091b6665
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
type="index" type="index"
align="center" label="序号" width="117"> align="center" label="序号" width="117">
</el-table-column> </el-table-column>
<el-table-column width="170" align="center" label="类型"> <el-table-column width="130" align="center" label="类型">
<template scope="scope"> <template scope="scope">
<span>{{getType(scope.row.type)}}</span> <span>{{getType(scope.row.type)}}</span>
</template> </template>
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="220" align="center" label="日期"> <el-table-column width="130" align="center" label="日期">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.countDate}}</span> <span>{{scope.row.countDate}}</span>
</template> </template>
......
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