refactor:add documentation
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="Price" width="195" align="center">
|
||||
<template slot-scope="scope">
|
||||
{{scope.row.price | toThousandslsFilter}}
|
||||
¥{{scope.row.price | toThousandslsFilter}}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="Status" width="100" align="center">
|
||||
|
Reference in New Issue
Block a user