|
|
@@ -83,7 +83,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="skuDeatilHeaderRight"
|
|
|
- v-if="!formData.displayRewardTaskEditable"
|
|
|
+ v-if="formData.displayRewardTaskEditable"
|
|
|
style="margin-right: 72px">
|
|
|
<van-button plain type="primary" @click="editTable" v-if="!editTableFlag"
|
|
|
>编辑</van-button
|
|
|
@@ -112,7 +112,12 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="排面数" prop="identifyTheNumberOfCards" align="center" width="80">
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-if="!editTableFlag">{{ scope.row.identifyTheNumberOfCards }}</span>
|
|
|
+ <span v-if="scope.row.identifyTheNumberOfCards == 0">
|
|
|
+ {{ scope.row.identifyTheNumberOfCards }}
|
|
|
+ </span>
|
|
|
+ <span v-else-if="!editTableFlag">
|
|
|
+ {{ scope.row.identifyTheNumberOfCards }}
|
|
|
+ </span>
|
|
|
<van-field
|
|
|
v-else
|
|
|
v-model="scope.row.identifyTheNumberOfCards"
|