注掉好评率
This commit is contained in:
parent
1d7364e01e
commit
c3b9b6ed07
|
@ -162,20 +162,20 @@
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="sales" label="好评" width="150">
|
<!-- <el-table-column prop="sales" label="好评" width="150">-->
|
||||||
<template slot-scope="scope">
|
<!-- <template slot-scope="scope">-->
|
||||||
<span>{{ scope.row.esteemRate }}</span>
|
<!-- <span>{{ scope.row.esteemRate }}</span>-->
|
||||||
<el-button
|
<!-- <el-button-->
|
||||||
size="mini"
|
<!-- size="mini"-->
|
||||||
type="primary"
|
<!-- type="primary"-->
|
||||||
plain
|
<!-- plain-->
|
||||||
@click="showUpdateEsteemRateView(scope.row)"
|
<!-- @click="showUpdateEsteemRateView(scope.row)"-->
|
||||||
style="margin: 5px"
|
<!-- style="margin: 5px"-->
|
||||||
>修改
|
<!-- >修改-->
|
||||||
</el-button
|
<!-- </el-button-->
|
||||||
>
|
<!-- >-->
|
||||||
</template>
|
<!-- </template>-->
|
||||||
</el-table-column>
|
<!-- </el-table-column>-->
|
||||||
<el-table-column prop="addNum" label="加钟数"></el-table-column>
|
<el-table-column prop="addNum" label="加钟数"></el-table-column>
|
||||||
<el-table-column prop="status" label="代金券可用" width="100">
|
<el-table-column prop="status" label="代金券可用" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
@ -543,19 +543,19 @@
|
||||||
placeholder="请输入销量"
|
placeholder="请输入销量"
|
||||||
></el-input>
|
></el-input>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-bottom: 10px">
|
<!-- <div style="margin-bottom: 10px">-->
|
||||||
<span style="width: 200px; display: inline-block; text-align: right"
|
<!-- <span style="width: 200px; display: inline-block; text-align: right"-->
|
||||||
>好评率:</span
|
<!-- >好评率:</span-->
|
||||||
>
|
<!-- >-->
|
||||||
<el-input
|
<!-- <el-input-->
|
||||||
style="width: 50%"
|
<!-- style="width: 50%"-->
|
||||||
v-model="esteemRate"
|
<!-- v-model="esteemRate"-->
|
||||||
onkeyup="value=value.replace(/^(\-)*(\d+)\.(\d\d).*$/,'$1$2')"
|
<!-- onkeyup="value=value.replace(/^(\-)*(\d+)\.(\d\d).*$/,'$1$2')"-->
|
||||||
type="number"
|
<!-- type="number"-->
|
||||||
min="0"
|
<!-- min="0"-->
|
||||||
placeholder="请输入销量0-100"
|
<!-- placeholder="请输入销量0-100"-->
|
||||||
></el-input>
|
<!-- ></el-input>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<div style="margin-bottom: 10px">
|
<div style="margin-bottom: 10px">
|
||||||
<span style="width: 200px; display: inline-block; text-align: right"
|
<span style="width: 200px; display: inline-block; text-align: right"
|
||||||
>加钟数:</span
|
>加钟数:</span
|
||||||
|
|
Loading…
Reference in New Issue