|
|
@@ -195,8 +195,8 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div class="text-btn-con">
|
|
|
<div class="default-btn text-btn" @click="addOrUpdateHandle(scope.row.id, true)">详情</div>
|
|
|
- <div class="default-btn text-btn" v-if="shopId == 1" @click="addOrUpdateHandle(scope.row.id, false)">{{$t("crud.updateBtn")}}</div>
|
|
|
- <div class="default-btn text-btn" v-if="shopId == 1" @click.stop="deleteHandle(scope.row.id)">{{$t("text.delBtn")}}</div>
|
|
|
+ <div class="default-btn text-btn" @click="addOrUpdateHandle(scope.row.id, false)">{{$t("crud.updateBtn")}}</div>
|
|
|
+ <div class="default-btn text-btn" @click.stop="deleteHandle(scope.row.id)">{{$t("text.delBtn")}}</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|