|
|
|
@ -344,11 +344,18 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column width="150"
|
|
|
|
|
<el-table-column width="250"
|
|
|
|
|
label="注册/备案凭证号"
|
|
|
|
|
prop="zczbhhzbapzbh"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-input size="small" v-model="scope.row.zczbhhzbapzbh"
|
|
|
|
|
:disabled="scope.row.index !== selectedIndex"
|
|
|
|
|
placeholder="请输入注册/备案凭证号" style="width: 100%"
|
|
|
|
|
></el-input>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column width="150"
|
|
|
|
|
label="生产厂家"
|
|
|
|
|
prop="ylqxzcrbarmc"
|
|
|
|
|