diff --git a/src/App.vue b/src/App.vue index bbca4b8..99950c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,3 +22,9 @@ export default { } } + diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue index 22f42a5..644c11f 100644 --- a/src/views/dataCenter/goods/Index.vue +++ b/src/views/dataCenter/goods/Index.vue @@ -173,6 +173,7 @@ :columns="columns" :data="loadData" :rowSelection="rowSelection" + :pagination="pagination" :pageSize="15" > @@ -186,6 +187,9 @@ {{ text }}
{{ text }}
+ +{{ text>0?Number(text)+'%':0 }}
+