Explorar el Código

app2.0 列表操作按钮组件

娄底高职分支
ndbs hace 2 años
padre
commit
5a7a1c53bd
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar