diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue index fdf7d4f..da50cae 100644 --- a/src/views/dataCenter/goods/Index.vue +++ b/src/views/dataCenter/goods/Index.vue @@ -54,13 +54,13 @@
- - + -
- - + -
@@ -221,8 +221,8 @@ - {{ text }} -

{{ text }}

+ {{ text }} +

{{ text }}

{{ text > 0 ? Number(text) + '%' : 0 }}

@@ -270,6 +270,7 @@ import CategoryModel from '@/common/model/Category' import * as Api from '@/api/store' // import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' +import store from '../../../store' import Vue from 'vue' import { DatePicker }from "element-ui" Vue.use(DatePicker) @@ -847,7 +848,8 @@ export default { this.queryParam.is_sale + '&is_self=' + this.queryParam.is_self+ - '&goodsIds='+goodsIds + '&goodsIds='+goodsIds+ + '&Access-Token='+store.getters.token console.log(params) window.open(resolve + '?s=/admin/goods/export' + params) },