操作类型
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
<span :class="{ red: scope.row.bizType == '-' }">{{ scope.row.bizType }}{{ scope.row.amount }}</span>
|
<span :class="{ red: scope.row.bizType == '-' }">{{ scope.row.bizType }}{{ scope.row.amount }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" prop="bizName" />
|
<el-table-column label="操作类型" prop="bizName" />
|
||||||
<el-table-column v-if="variabilitytitle == '消耗'" label="订单编号" prop="orderNo" />
|
<el-table-column v-if="variabilitytitle == '消耗'" label="订单编号" prop="orderNo" />
|
||||||
<!-- 减少数量 -->
|
<!-- 减少数量 -->
|
||||||
<el-table-column v-if="variabilitytitle == '报损'" label="图片" prop="coverImg" />
|
<el-table-column v-if="variabilitytitle == '报损'" label="图片" prop="coverImg" />
|
||||||
|
|||||||
Reference in New Issue
Block a user