소스 검색

app2.0 列表操作按钮组件

娄底高职分支
ndbs 2 년 전
부모
커밋
5a7a1c53bd
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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 파일 보기

@@ -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>


불러오는 중...
취소
저장