no message
parent
bd0a904568
commit
344bbb6ef8
|
|
@ -299,6 +299,15 @@
|
|||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="失效日期"
|
||||
width="80">
|
||||
<template slot-scope="scope">
|
||||
<div slot="reference" class="name-wrapper">
|
||||
<span>{{ scope.row.PROP_D2 }}</span>
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="特殊标记"
|
||||
width="80">
|
||||
|
|
@ -423,6 +432,8 @@ export default {
|
|||
i_code: '',
|
||||
//LOC
|
||||
PROP_C2: [],
|
||||
//失效日期
|
||||
PROP_D2:'',
|
||||
//操作员
|
||||
OPERATOR: '',
|
||||
//发生时间
|
||||
|
|
|
|||
Loading…
Reference in New Issue