|
@@ -179,7 +179,7 @@ option.value = Object.assign(option.value, {
|
|
|
addDisabled: true,
|
|
|
editDisabled: true,
|
|
|
},
|
|
|
- {
|
|
|
+ /* {
|
|
|
label: "物料编码",
|
|
|
slot: true,
|
|
|
headerAlign: "center",
|
|
@@ -202,7 +202,7 @@ option.value = Object.assign(option.value, {
|
|
|
align: "center",
|
|
|
prop: "spec",
|
|
|
addDisplay: false,
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
label: "修改时间",
|
|
|
prop: "updated",
|
|
@@ -212,6 +212,9 @@ option.value = Object.assign(option.value, {
|
|
|
{
|
|
|
label: "操作人",
|
|
|
prop: "updator",
|
|
|
+ type: "select",
|
|
|
+ dicData: dicts.user_name_list,
|
|
|
+ props: {"label": "dictLabel","value":"dictValue"},
|
|
|
addDisabled: true,
|
|
|
editDisabled: true,
|
|
|
},
|