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