|
|
@@ -26,10 +26,9 @@ |
|
|
|
style="border: currentColor 1px solid" |
|
|
|
> |
|
|
|
<l-icon type="edit" /> |
|
|
|
{{ editText ?editText:"编辑" }} |
|
|
|
编辑 |
|
|
|
</view> |
|
|
|
<view |
|
|
|
v-if="!hideView" |
|
|
|
@click="$emit('view')" |
|
|
|
class="customlist-banner-action-btn line-blue text-sm" |
|
|
|
style="border: currentColor 1px solid; min-width: 160rpx" |
|
|
@@ -50,8 +49,6 @@ export default { |
|
|
|
showButton: {}, |
|
|
|
buttonText: "", |
|
|
|
icontype: "", |
|
|
|
editText:"", |
|
|
|
hideView:{}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
</script> |
|
|
|