소스 검색

在线验签修改

duy 9 달 전
부모
커밋
44b48a60c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/data-fill/query.vue

+ 1 - 1
src/views/data-fill/query.vue

@@ -872,7 +872,7 @@ const batchOnline = async () => {
 const cscTableColumn = [
     { key:'dn', name: '签名者', width: 300 },
     { key:'time', name: '签名时间', width: 200 },
-    { key:'val', name: '摘要' },
+    { key:'result', name: '验签结果' },
 ]
 const cscTableData = ref([])