look-ui 1.2.8 → 1.2.10

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": "look-ui",
3
- "version": "1.2.8",
3
+ "version": "1.2.10",
4
4
  "description": "a ui library which is based on element-ui",
5
5
  "main": "./dist/look-ui.common.js",
6
6
  "scripts": {
package/src/App.vue CHANGED
@@ -21,7 +21,7 @@
21
21
  <el-button type="primary"> 创建任务 </el-button>
22
22
  </div>
23
23
  </el-dialog> -->
24
- <look-dulplicate-checking
24
+ <!--<look-dulplicate-checking
25
25
  :data="data"
26
26
  searchRepeatedUrl="http://192.168.230.186:7076"
27
27
  isShowCustomSource
@@ -35,10 +35,11 @@
35
35
  @detail-click="detailClick"
36
36
  @relation-click="relationClick"
37
37
  @onCancelBtnClick="handleCancelBtnClick">
38
- <!-- <template v-slot:operating-btns="slotProps">
38
+ <!~~ <template v-slot:operating-btns="slotProps">
39
39
  <el-button size="small" @click="handleDiyBtnClick(slotProps)">自定义按钮</el-button>
40
- </template> -->
41
- </look-dulplicate-checking>
40
+ </template> ~~>
41
+ </look-dulplicate-checking>-->
42
+ <look-associated-document />
42
43
  </div>
43
44
  </template>
44
45