|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<el-dialog title="详情" :visible.sync="visible" :before-close="handleClose" :close-on-click-modal="false"
|
|
|
:close-on-press-escape="false" append-to-body width="80%">
|
|
|
-
|
|
|
+ {{ detailType }}
|
|
|
<!-- 数据表格 -->
|
|
|
<ele-pro-table ref="table" v-if="detailType == 1" :columns="columns" cache-key="detailsTable"
|
|
|
height="calc(100vh - 350px)">
|
|
|
@@ -163,6 +163,11 @@ export default {
|
|
|
prop: 'extInfo.engrave',
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '重量',
|
|
|
+ prop: 'extInfo.newWeight',
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
|
|
|
|
|
|
{
|