|
@@ -214,7 +214,7 @@
|
214
|
214
|
</template>
|
215
|
215
|
</el-table-column>
|
216
|
216
|
|
217
|
|
- <el-table-column align="center" prop="cash_pay" label="储值卡说明">
|
|
217
|
+ <el-table-column align="center" prop="card_desc" label="储值卡说明">
|
218
|
218
|
<!-- <template slot-scope="scope">{{scope.row.cash_pay}}</template>-->
|
219
|
219
|
<template slot-scope="scope" style="width: 100px">
|
220
|
220
|
<el-input v-model="scope.row.card_desc" oninput="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
|
@@ -386,7 +386,7 @@
|
386
|
386
|
</el-table-column>
|
387
|
387
|
|
388
|
388
|
|
389
|
|
- <el-table-column align="center" prop="item_name" label="其他说明">
|
|
389
|
+ <el-table-column align="center" prop="item_name" label="储值卡说明">
|
390
|
390
|
<template slot-scope="scope">{{scope.row.card_desc}}</template>
|
391
|
391
|
<!-- <template slot-scope="scope" style="width: 100px">-->
|
392
|
392
|
<!-- <el-input v-model="scope.row.oth_desc"></el-input>-->
|