|
@@ -116,7 +116,7 @@
|
|
|
<tr>
|
|
|
<th >元素位置</th>
|
|
|
<th>签字岗位</th>
|
|
|
- <th>电签来源</th>
|
|
|
+ <th>是否匹配</th>
|
|
|
<th>签字时间元素位置</th>
|
|
|
<th >偏移x</th>
|
|
|
<th>偏移y</th>
|
|
@@ -129,9 +129,9 @@
|
|
|
<td>{{ item.sigRoleName }}</td>
|
|
|
<td align="center">
|
|
|
|
|
|
- <el-tag type="success" v-if="item.isSystem==1">电签角色库</el-tag>
|
|
|
- <el-tag type="info" v-if="item.isSystem==2">项目匹配</el-tag>
|
|
|
- <el-tag type="warning" v-if="item.isSystem==0">本表配置</el-tag>
|
|
|
+ <el-tag type="success" v-if="item.isMatch==1">是</el-tag>
|
|
|
+ <el-tag type="info" v-if="item.isMatch==0">否</el-tag>
|
|
|
+
|
|
|
</td>
|
|
|
<td>{{ item.timeName }}</td>
|
|
|
<td>{{ item.pyzbx }}</td>
|