|
@@ -116,7 +116,7 @@
|
|
|
<tr>
|
|
|
<th >元素位置</th>
|
|
|
<th>签字岗位</th>
|
|
|
- <th>是否引用系统级电签</th>
|
|
|
+ <th>电签来源</th>
|
|
|
<th>签字时间元素位置</th>
|
|
|
<th >偏移x</th>
|
|
|
<th>偏移y</th>
|
|
@@ -128,8 +128,10 @@
|
|
|
<td>{{ item.colName }}</td>
|
|
|
<td>{{ item.sigRoleName }}</td>
|
|
|
<td align="center">
|
|
|
- <i class="el-icon-success" style="font-size: 20px;color:#67C23A" v-if="item.isSystem==1"></i>
|
|
|
- <i class="el-icon-error" style="font-size: 20px;color:red" v-else></i>
|
|
|
+
|
|
|
+ <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>
|
|
|
</td>
|
|
|
<td>{{ item.timeName }}</td>
|
|
|
<td>{{ item.pyzbx }}</td>
|