|
@@ -260,6 +260,15 @@ export default {
|
|
|
return this.BaseTool.Object.getField(this.levelMap, text)
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '用途',
|
|
|
+ checked: true,
|
|
|
+ width: '150px',
|
|
|
+ dataIndex: 'yt',
|
|
|
+ customRender: (text, record, index) => {
|
|
|
+ return this.BaseTool.Object.getField(this.ytMap, text)
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
title: '备注',
|
|
|
width: '150px',
|