fanfan 6 months ago
commit ba332f3596
  1. 8
      src/views/store/index.vue

@ -12,8 +12,8 @@
:data="loadData" :data="loadData"
:pagination="pagination" :pagination="pagination"
> >
<span slot="is_data_service_provider" slot-scope="text, item"> <span slot="is_provider_data" slot-scope="text, item">
{{ item.is_data_service_provider == 1 ? '是' : '否' }} {{ item.is_provider_data == 1 ? '是' : '否' }}
</span> </span>
<span class="actions" slot="action" slot-scope="text, item"> <span class="actions" slot="action" slot-scope="text, item">
<a @click="getPlatFormItem(item)">数据授权</a> <a @click="getPlatFormItem(item)">数据授权</a>
@ -74,8 +74,8 @@ export default {
}, },
{ {
title: '是否数据服务商', title: '是否数据服务商',
dataIndex: 'is_data_service_provider', dataIndex: 'is_provider_data',
scopedSlots: { customRender: 'is_data_service_provider' } scopedSlots: { customRender: 'is_provider_data' }
}, },
{ {
title: '排序', title: '排序',

Loading…
Cancel
Save