|
@@ -106,11 +106,14 @@
|
|
|
<span v-else>{{ row.huoDongMing }}</span>
|
|
<span v-else>{{ row.huoDongMing }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
|
|
- label="能力验证提供者"
|
|
|
|
|
- prop="tiGongZhe"
|
|
|
|
|
- width="180"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <el-table-column prop="tiGongZhe" width="180">
|
|
|
|
|
+ <template slot="header">
|
|
|
|
|
+ 能力验证提供者
|
|
|
|
|
+ <ibps-help
|
|
|
|
|
+ type="tooltip"
|
|
|
|
|
+ content="与室内质评组织方或者室间比对方只能填写其中一个"
|
|
|
|
|
+ />
|
|
|
|
|
+ </template>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<ibps-link-data
|
|
<ibps-link-data
|
|
|
v-if="!isRead && !(row.shiFouYiDengJi === '1')"
|
|
v-if="!isRead && !(row.shiFouYiDengJi === '1')"
|
|
@@ -151,7 +154,14 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
|
- <el-table-column label="序号" prop="xuHao" width="100">
|
|
|
|
|
|
|
+ <el-table-column prop="xuHao" width="100">
|
|
|
|
|
+ <template slot="header">
|
|
|
|
|
+ 序号
|
|
|
|
|
+ <ibps-help
|
|
|
|
|
+ type="tooltip"
|
|
|
|
|
+ content="一年内同一活动开展第几次的序号"
|
|
|
|
|
+ />
|
|
|
|
|
+ </template>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<el-input
|
|
<el-input
|
|
|
v-if="!isRead && !(row.shiFouYiDengJi === '1')"
|
|
v-if="!isRead && !(row.shiFouYiDengJi === '1')"
|