|
@@ -39,7 +39,7 @@
|
|
|
<el-table-column prop='Name' :show-overflow-tooltip='true' label='项目' width='100'>
|
|
|
<template slot-scope='{row}'>{{row.Name||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='Num' label='数量' align='center'>
|
|
|
+ <el-table-column prop='Num' label='数量' align='right'>
|
|
|
<template slot-scope='{row}'>
|
|
|
<span v-if='row.Num || row.Num==0'>{{row.Num}}</span>
|
|
|
<span v-else-if='row.Num==null'></span>
|