|
|
@@ -21,7 +21,7 @@
|
|
|
v-if="prop === 'name'"
|
|
|
@click="clickName(scope.row)"
|
|
|
>{{scope.row[prop]}}</el-button>
|
|
|
- <el-button type="text" v-else-if="prop === 'ctrl'" @click="clickCtrl(scope.row, index)">操作</el-button>
|
|
|
+ <el-button type="text" v-else-if="prop === 'ctrl'" @click="clickCtrl(scope.row, index)">编辑</el-button>
|
|
|
<section v-else-if="prop === 'price'">
|
|
|
<div>原价¥{{scope.row.origin_price}}</div>
|
|
|
<div>现价¥{{scope.row.real_price}}</div>
|
|
|
@@ -53,7 +53,7 @@ const tableHeaders = [
|
|
|
"简介",
|
|
|
"证书",
|
|
|
"说明",
|
|
|
- "编辑",
|
|
|
+ "操作",
|
|
|
]
|
|
|
const tableProps = [
|
|
|
"name",
|