element-ui-for-gov
Advanced tools
Comparing version 0.1.67 to 0.1.68
@@ -283,9 +283,19 @@ module.exports = | ||
}), | ||
_vm.status == "success" | ||
? _c("i", { | ||
staticClass: | ||
"el-icon-delete el-upload-image__hover__icon", | ||
on: { click: _vm.removeImage } | ||
}) | ||
: _vm._e() | ||
_c( | ||
"span", | ||
{ staticClass: "el-icon-del" }, | ||
[ | ||
_vm.status == "success" | ||
? _c( | ||
"el-button", | ||
{ | ||
attrs: { type: "text" }, | ||
on: { click: _vm.removeImage } | ||
}, | ||
[_vm._v("删除")] | ||
) | ||
: _vm._e() | ||
], | ||
1 | ||
) | ||
]) | ||
@@ -398,2 +408,4 @@ ]) | ||
// | ||
// | ||
// | ||
@@ -400,0 +412,0 @@ |
@@ -397,14 +397,18 @@ module.exports = | ||
!_vm.disabled | ||
? _c("i", { | ||
class: { | ||
"el-icon-delete": _vm.listType === "text", | ||
"el-icon-close": | ||
["picture-card", "picture"].indexOf(_vm.listType) > -1 | ||
? _c( | ||
"i", | ||
{ | ||
class: { | ||
"el-icon-delete-text": _vm.listType === "text", | ||
"el-icon-close": | ||
["picture-card", "picture"].indexOf(_vm.listType) > -1 | ||
}, | ||
on: { | ||
click: function($event) { | ||
_vm.$emit("remove", file) | ||
} | ||
} | ||
}, | ||
on: { | ||
click: function($event) { | ||
_vm.$emit("remove", file) | ||
} | ||
} | ||
}) | ||
[_vm._v(_vm._s(_vm.listType === "text" ? "删除" : ""))] | ||
) | ||
: _vm._e(), | ||
@@ -453,3 +457,8 @@ !_vm.disabled | ||
}, | ||
[_c("i", { staticClass: "el-icon-delete" })] | ||
[ | ||
_c("el-button", { attrs: { type: "text" } }, [ | ||
_vm._v("删除") | ||
]) | ||
], | ||
1 | ||
) | ||
@@ -487,2 +496,6 @@ : _vm._e() | ||
// EXTERNAL MODULE: external "element-ui-for-gov/lib/button" | ||
var button_ = __webpack_require__(9); | ||
var button_default = /*#__PURE__*/__webpack_require__.n(button_); | ||
// CONCATENATED MODULE: ./packages/upload/src/svg.js | ||
@@ -727,2 +740,3 @@ /* harmony default export */ var svg = ({ | ||
/* harmony default export */ var upload_listvue_type_script_lang_js_ = ({ | ||
@@ -740,3 +754,3 @@ | ||
components: { ElProgress: progress_default.a, SvgDom: svg, ElTooltip: tooltip_default.a }, | ||
components: { ElProgress: progress_default.a, SvgDom: svg, ElTooltip: tooltip_default.a, ElButton: button_default.a }, | ||
@@ -1700,4 +1714,11 @@ props: { | ||
/***/ }), | ||
/***/ 9: | ||
/***/ (function(module, exports) { | ||
module.exports = require("element-ui-for-gov/lib/button"); | ||
/***/ }) | ||
/******/ }); |
{ | ||
"name": "element-ui-for-gov", | ||
"version": "0.1.67", | ||
"version": "0.1.68", | ||
"description": "element-ui for gov", | ||
@@ -5,0 +5,0 @@ "main": "lib/element-ui-for-gov.common.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11263109
187533
281