md
This commit is contained in:
parent
cd817a589d
commit
c3b3658ca8
Binary file not shown.
@ -110,6 +110,7 @@
|
|||||||
<el-table-column :label="$t('录单备注')" align="center" prop="remark" min-width="80" :show-overflow-tooltip="true"/>
|
<el-table-column :label="$t('录单备注')" align="center" prop="remark" min-width="80" :show-overflow-tooltip="true"/>
|
||||||
<el-table-column :label="$t('货值')" align="center" prop="realValue" min-width="80" />
|
<el-table-column :label="$t('货值')" align="center" prop="realValue" min-width="80" />
|
||||||
<el-table-column :label="$t('附加信息')" align="center" prop="extInfo" min-width="80" :show-overflow-tooltip="true"/>
|
<el-table-column :label="$t('附加信息')" align="center" prop="extInfo" min-width="80" :show-overflow-tooltip="true"/>
|
||||||
|
<el-table-column :label="$t('是否虚拟单')" align="center" prop="blVirtual" min-width="80" :show-overflow-tooltip="true"/>
|
||||||
|
|
||||||
</XdTable>
|
</XdTable>
|
||||||
|
|
||||||
@ -507,6 +508,7 @@ export default {
|
|||||||
blMessage: element['寄件/签收短信'],
|
blMessage: element['寄件/签收短信'],
|
||||||
realValue: element['货值'],
|
realValue: element['货值'],
|
||||||
extInfo: element['附加信息'],
|
extInfo: element['附加信息'],
|
||||||
|
blVirtual: element['是否虚拟单'],
|
||||||
|
|
||||||
uploadStatus: 0,
|
uploadStatus: 0,
|
||||||
errorInfo:'',
|
errorInfo:'',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user