Selaa lähdekoodia

增加是否引用系统级电签字段

duy 2 kuukautta sitten
vanhempi
commit
f300feea3c

+ 5 - 0
src/views/manager/projectinfo/treeTemplate/template/electronicSignature.vue

@@ -116,6 +116,7 @@
             <tr>
               <th >元素位置</th>
               <th>签字岗位</th>
+              <th>是否引用系统级电签</th>
               <th>签字时间元素位置</th>
               <th >偏移x</th>
               <th>偏移y</th>
@@ -126,6 +127,10 @@
             <tr v-for="(item,key) in setsignaTable" :key="key" v-on:click="">
               <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>
+              </td>
               <td>{{ item.timeName }}</td>
               <td>{{ item.pyzbx }}</td>
               <td>{{ item.pyzby }}</td>