瀏覽代碼

电签配置

ZaiZai 10 月之前
父節點
當前提交
94dc5d39a4
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/views/manager/projectinfo/treeTemplate/template/electronicSignature.vue

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

@@ -147,7 +147,6 @@
               <th width='30%'>签字时间元素位置</th>
               <th width='10%'>偏移x</th>
               <th width='10%'>偏移y</th>
-              <th width='20%'>操作</th>
             </tr>
             </thead>
             <tbody height='36px'>
@@ -157,9 +156,6 @@
               <td>{{ item.timeName }}</td>
               <td>{{ item.pyzbx }}</td>
               <td>{{ item.pyzby }}</td>
-              <td align="center">
-                <span style="color:red;cursor: pointer;" v-on:click="deleteTableSig2(key,item.id,item)">删除</span>
-              </td>
             </tr>
             </tbody>
           </table>