|
|
|
@ -15,7 +15,7 @@ |
|
|
|
<div class="table"> |
|
|
|
<div class="table_title"> |
|
|
|
<span>平台推荐展示</span> |
|
|
|
<div class="table_title_right"> |
|
|
|
<div class="table_title_right" v-if="active==2"> |
|
|
|
<a-button type="primary" class="query_button" @click="showAdd">添 加</a-button> |
|
|
|
<a-button class="query_button table_title_right_del" @click="delRank">删 除</a-button> |
|
|
|
</div> |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
<template slot="goods_type" slot-scope="goods_type"> |
|
|
|
<span>{{goods_type==1?'文化资源数据':'文化数字内容'}}</span> |
|
|
|
</template> |
|
|
|
<template slot="operation" slot-scope="item"> |
|
|
|
<template slot="operation" slot-scope="item" v-if="active==2"> |
|
|
|
<a-space :size="24"> |
|
|
|
<span class="table_operation" @click="rankingSort(item.goods_islicode,1)">上移</span> |
|
|
|
<span class="table_operation" @click="rankingSort(item.goods_islicode,2)">下移</span> |
|
|
|
@ -136,7 +136,7 @@ |
|
|
|
<template slot="footer"> |
|
|
|
<div> |
|
|
|
<a-button type="white" @click="visible2=false">返 回</a-button> |
|
|
|
<a-button type="primary" @click="addRank">确定</a-button> |
|
|
|
<a-button type="primary" @click="addRank">添 加</a-button> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</a-modal> |
|
|
|
|