Browse Source

app2.0 列表操作按钮组件

娄底高职分支
ndbs 2 years ago
parent
commit
5a7a1c53bd
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/customlist-action.vue

+ 1
- 4
Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/customlist-action.vue View File

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


Loading…
Cancel
Save