@toolspack/ttd-common 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@toolspack/ttd-common",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "private": false,
5
- "main": "lib/ttd-common.umd.min.js",
5
+ "main": "src/packages/index.js",
6
6
  "scripts": {
7
7
  "serve": "vue-cli-service serve",
8
8
  "build": "vue-cli-service build",
@@ -37,4 +37,4 @@
37
37
  "eslint-plugin-vue": "^6.2.2",
38
38
  "vue-template-compiler": "^2.6.11"
39
39
  }
40
- }
40
+ }
@@ -463,7 +463,7 @@ export default {
463
463
  signFileKeyImage(item, image) {
464
464
  // 将印章内的图片合成到pdf中,此处使用PDFCtrl在 引用该组件的view内
465
465
  const certSN = this.PDFCtrl.GetSignCertInfo('SerialNumber')
466
- console.log(`-signFileKeyImage--certSN-${ certSN}`)
466
+ console.log(`-signFileKeyImage--certSN-${ certSN}`, item)
467
467
 
468
468
  try {
469
469
  let lacotionX = ''; let lacotionY = '';
@@ -1,7 +1,7 @@
1
1
  <!--打标签 右侧-->
2
2
  <template lang="html">
3
3
  <div class="label-done-area">
4
- <div class="label-group">
4
+ <div class="label-group" v-if="operateConfig.length">
5
5
  <el-menu
6
6
  class="label-operate-menu title-con"
7
7
  text-color="#4B5973"