| | |
| | | <!-- 当前页面业务部分 --> |
| | | <a-card :bordered="false" :title="title" v-show="visable"> |
| | | <a-descriptions title="工具参数详情"> |
| | | <a-descriptions-item label="工具编号">{{ this.para == null || this.para.toolCode == null ? '' : this.para.toolCode }}</a-descriptions-item> |
| | | <!-- <a-descriptions-item label="工具编号">{{ this.para == null || this.para.toolCode == null ? '' : this.para.toolCode }}</a-descriptions-item> --> |
| | | <a-descriptions-item label="序号">{{ this.para == null || this.para.signCode == null ? '' : this.para.signCode }}</a-descriptions-item> |
| | | <a-descriptions-item label="中文名称">{{ this.para == null || this.para.chineseName == null ? '' : this.para.chineseName }}</a-descriptions-item> |
| | | <a-descriptions-item label="外文名称">{{ this.para == null || this.para.foreignLanguageName == null ? '' : this.para.foreignLanguageName }}</a-descriptions-item> |