no message

main
huojin\hj 2025-08-05 14:25:12 +08:00
parent bd0a904568
commit 344bbb6ef8
1 changed files with 11 additions and 0 deletions

View File

@ -299,6 +299,15 @@
</div> </div>
</template> </template>
</el-table-column> </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 <el-table-column
label="特殊标记" label="特殊标记"
width="80"> width="80">
@ -423,6 +432,8 @@ export default {
i_code: '', i_code: '',
//LOC //LOC
PROP_C2: [], PROP_C2: [],
//
PROP_D2:'',
// //
OPERATOR: '', OPERATOR: '',
// //