fix: 修改表头
This commit is contained in:
parent
09ee657b52
commit
d84989626d
|
@ -3,12 +3,12 @@ export default {
|
|||
batch_goods_name: [{ type: "required", message: "请输入批次商品名称" }], // 批次商品名称
|
||||
/* 批次号 */
|
||||
channel_activity_id: [
|
||||
{ type: "required", message: "请输入批次号" },
|
||||
{
|
||||
type: "regExp",
|
||||
message: "请输入由数字或英文组成的批次号",
|
||||
reg: "^[A-Za-z0-9]+$"
|
||||
}
|
||||
{ type: "required", message: "请输入批次号" }
|
||||
// {
|
||||
// type: "regExp",
|
||||
// message: "请输入由数字或英文组成的批次号",
|
||||
// reg: "^[A-Za-z0-9]+$"
|
||||
// }
|
||||
],
|
||||
/* 模板编号 */
|
||||
temp_no: [
|
||||
|
|
|
@ -969,7 +969,7 @@ export default class orderList extends React.Component {
|
|||
if (com == "opearo") {
|
||||
return (
|
||||
<div>
|
||||
{rowData.type === 2 ? (
|
||||
{rowData.type === 2 && rowData.product.entity.channel === 1 ? (
|
||||
<span
|
||||
className="grid-link"
|
||||
onClick={() => this.getVoucher(rowData.order_number)}
|
||||
|
|
|
@ -308,7 +308,7 @@ export const detailColumns = [
|
|||
width: "150px"
|
||||
},
|
||||
{
|
||||
title: "渠道立减金ID",
|
||||
title: "券ID",
|
||||
name: "channel_voucher_id",
|
||||
prop: "channel_voucher_id",
|
||||
type: "normal",
|
||||
|
|
Loading…
Reference in New Issue