fix: 修改表头

This commit is contained in:
zhangds 2024-04-06 14:07:55 +08:00
parent 09ee657b52
commit d84989626d
3 changed files with 8 additions and 8 deletions

View File

@ -3,12 +3,12 @@ export default {
batch_goods_name: [{ type: "required", message: "请输入批次商品名称" }], // 批次商品名称 batch_goods_name: [{ type: "required", message: "请输入批次商品名称" }], // 批次商品名称
/* 批次号 */ /* 批次号 */
channel_activity_id: [ channel_activity_id: [
{ type: "required", message: "请输入批次号" }, { type: "required", message: "请输入批次号" }
{ // {
type: "regExp", // type: "regExp",
message: "请输入由数字或英文组成的批次号", // message: "请输入由数字或英文组成的批次号",
reg: "^[A-Za-z0-9]+$" // reg: "^[A-Za-z0-9]+$"
} // }
], ],
/* 模板编号 */ /* 模板编号 */
temp_no: [ temp_no: [

View File

@ -969,7 +969,7 @@ export default class orderList extends React.Component {
if (com == "opearo") { if (com == "opearo") {
return ( return (
<div> <div>
{rowData.type === 2 ? ( {rowData.type === 2 && rowData.product.entity.channel === 1 ? (
<span <span
className="grid-link" className="grid-link"
onClick={() => this.getVoucher(rowData.order_number)} onClick={() => this.getVoucher(rowData.order_number)}

View File

@ -308,7 +308,7 @@ export const detailColumns = [
width: "150px" width: "150px"
}, },
{ {
title: "渠道立减金ID", title: "ID",
name: "channel_voucher_id", name: "channel_voucher_id",
prop: "channel_voucher_id", prop: "channel_voucher_id",
type: "normal", type: "normal",