ol-base-components 3.3.0 → 3.3.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "ol-base-components",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "bin": {
@@ -115,7 +115,7 @@
115
115
  <script>
116
116
 
117
117
  export default {
118
- name: "printManage",
118
+ name: "print-model",
119
119
  data() {
120
120
  return {
121
121
  menuTreeData: [],
@@ -73,7 +73,7 @@
73
73
  v-for="(item, index) in printTemplateList"
74
74
  :key="index"
75
75
  :command="item.id"
76
- :disabled="item?.disabled"
76
+ :disabled="item.disabled"
77
77
  >{{ item.templeteName || "-" }}</el-dropdown-item
78
78
  >
79
79
  </el-dropdown-menu>