ysy 2 years ago
parent
commit
90f7cc3dbd
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/views/outsourcing/components/details.vue

+ 6 - 1
src/views/outsourcing/components/details.vue

@@ -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'
+                },
 
 
                 {