操作类型

This commit is contained in:
魏啾 2024-10-12 13:46:44 +08:00
parent 893ec1bec4
commit fec143eb44
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
<span :class="{ red: scope.row.bizType == '-' }">{{ scope.row.bizType }}{{ scope.row.amount }}</span>
</template>
</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="coverImg" />