Commit 1cc2e60a authored by jiaorz's avatar jiaorz

123

parent 49467cb2
......@@ -97,9 +97,9 @@
</el-button>
<el-button size="small" class="el-button el-button--text el-button--small" v-if="scope.row.isPublish==1 && campsiteshop_btn_update_salestatus" @click="isPublishStatus(scope.row)">不发布
</el-button>
<el-button size="small" class="el-button el-button--text el-button--small" v-if="(scope.row.isHomePage==0) && campsiteshop_btn_update_salestatus" @click="isHomePageStatus(scope.row)">发布
<el-button size="small" class="el-button el-button--text el-button--small" v-if="(scope.row.isHomePage==0) && campsiteshop_btn_update_salestatus" @click="isHomePageStatus(scope.row)">置顶
</el-button>
<el-button size="small" class="el-button el-button--text el-button--small" v-if="scope.row.isHomePage==1 && campsiteshop_btn_update_salestatus" @click="isHomePageStatus(scope.row)">发布
<el-button size="small" class="el-button el-button--text el-button--small" v-if="scope.row.isHomePage==1 && campsiteshop_btn_update_salestatus" @click="isHomePageStatus(scope.row)">置顶
</el-button>
<el-button class="el-button el-button--text el-button--small" style="color:red;" size="small" @click="deleteHandler(scope.row)" v-if="campsiteshop_btn_del">删除</el-button>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment