|
@@ -84,6 +84,17 @@
|
|
|
<span v-else>{{ row.yanZhengLeiXing }}</span>
|
|
<span v-else>{{ row.yanZhengLeiXing }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column label="领域" prop="lingYu">
|
|
|
|
|
+ <template slot-scope="{ row }">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-if="!isRead && !(row.shiFouYiDengJi === '1')"
|
|
|
|
|
+ v-model="row.lingYu"
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ placeholder="请输入"
|
|
|
|
|
+ />
|
|
|
|
|
+ <span v-else>{{ row.lingYu }}</span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="活动名称" prop="huoDongMing">
|
|
<el-table-column label="活动名称" prop="huoDongMing">
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<el-input
|
|
<el-input
|
|
@@ -98,7 +109,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="能力验证提供者"
|
|
label="能力验证提供者"
|
|
|
prop="tiGongZhe"
|
|
prop="tiGongZhe"
|
|
|
- width="200"
|
|
|
|
|
|
|
+ width="180"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<ibps-link-data
|
|
<ibps-link-data
|
|
@@ -120,7 +131,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="室间质评组织方或室间比对方"
|
|
label="室间质评组织方或室间比对方"
|
|
|
prop="biDuiFang"
|
|
prop="biDuiFang"
|
|
|
- width="200"
|
|
|
|
|
|
|
+ width="180"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<ibps-link-data
|
|
<ibps-link-data
|
|
@@ -347,6 +358,7 @@ export default {
|
|
|
jiHuaShiJian: '',
|
|
jiHuaShiJian: '',
|
|
|
canYuRenYuan: '',
|
|
canYuRenYuan: '',
|
|
|
zuHe: '',
|
|
zuHe: '',
|
|
|
|
|
+ lingYu: '',
|
|
|
shiFouYiDengJi: '0'
|
|
shiFouYiDengJi: '0'
|
|
|
})
|
|
})
|
|
|
|
|
|
|
@@ -471,6 +483,11 @@ export default {
|
|
|
label: '验证类型',
|
|
label: '验证类型',
|
|
|
name: 'yanZhengLeiXing'
|
|
name: 'yanZhengLeiXing'
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ field_name: 'lingYu',
|
|
|
|
|
+ label: '领域',
|
|
|
|
|
+ name: 'lingYu'
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
field_name: 'huoDongMing',
|
|
field_name: 'huoDongMing',
|
|
|
label: '活动名称',
|
|
label: '活动名称',
|