update 0714反馈
This commit is contained in:
부모
2f7124ef22
커밋
5b9e03a5a7
@ -6,8 +6,10 @@ import { timeFilter } from "@/utils/filters";
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: "index", label: "序号" },
|
||||
{ prop: "batchId", label: "混料批次ID" },
|
||||
// { prop: "batchId", label: "混料批次ID" },
|
||||
{ prop: "materialCode", label: "原料编码" },
|
||||
{ prop: "materialDesc", label: "原料描述" },
|
||||
{ prop: "materialName", label: "原料中文名称" },
|
||||
{ prop: "qty", label: "计算用量" },
|
||||
{ prop: "realqty", label: "实际用量" },
|
||||
{ width: 160, prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
|
@ -33,7 +33,7 @@ export default function () {
|
||||
prop: "operations",
|
||||
name: "操作",
|
||||
fixed: "right",
|
||||
width: 180,
|
||||
width: 190,
|
||||
subcomponent: TableOperaionComponent,
|
||||
options: [
|
||||
{
|
||||
|
@ -310,7 +310,7 @@ export default function () {
|
||||
input: true,
|
||||
label: "Add on",
|
||||
prop: "sapParam1",
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
// rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
elparams: { placeholder: "输入addon" },
|
||||
},
|
||||
],
|
||||
|
불러오는 중...
Reference in New Issue
Block a user