|
@@ -3,10 +3,9 @@ const { dicts } = useDictionaryStore();
|
|
|
export const columns = [
|
|
|
|
|
|
{
|
|
|
- label: "审理单号",
|
|
|
- prop: "trackingNumber",
|
|
|
+ label: "报故时间", prop: "created",
|
|
|
overHidden: true,
|
|
|
- width:120,
|
|
|
+ width:100,
|
|
|
search: true,
|
|
|
},
|
|
|
{
|
|
@@ -31,20 +30,23 @@ export const columns = [
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- label: "序列号", prop: "seqNo", overHidden: true,
|
|
|
+ label: "流转卡号", prop: "seqNo", overHidden: true,
|
|
|
|
|
|
},
|
|
|
{
|
|
|
- label: "状态", prop: "state", overHidden: true,
|
|
|
+ label: "产品编码", prop: "materialCode", overHidden: true,
|
|
|
width:120,
|
|
|
- dicData:dicts.escalation_fault_state,
|
|
|
- props: { label: "dictLabel", value: "dictValue" },
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "产品名称", prop: "materialName", overHidden: true,
|
|
|
+ width:100,
|
|
|
},
|
|
|
{
|
|
|
- label: "跟踪状态", prop: "currentState", overHidden: true,
|
|
|
+ label: "故障描述", prop: "remark",
|
|
|
+ overHidden: true,
|
|
|
width:100,
|
|
|
- dicData:dicts.fault_current_state,
|
|
|
- props: { label: "dictLabel", value: "dictValue" },
|
|
|
+ search: true,
|
|
|
},
|
|
|
{
|
|
|
label: "报故人", prop: "creator",
|