- 博客(90)
- 收藏
- 关注

原创 element-ui级联动态请求接口以及编辑回显
1.动态请求接口<el-form-item label="DT:" prop="DT" label-width="151px"> <el-cascader class="input_width" placeholder="NA" filterable :disabled="i
2020-10-11 17:30:35
797
4
原创 angular配置文件夹根目录@ tsconfig.json
tsconfig.json{ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "module": "esnext", "moduleResolution": "node", "emitDecoratorMetadata": true
2022-05-31 01:10:51
571
原创 弹框组件查看图片angular
<!-- 图片预览 --><div class="app-image-preview"> <div class="previewImageContainer" *ngIf="previewImage" (click)="closePreview()"> <div class="imageConainer alphaIn"> <div class="image"> <img src="{{preview
2022-05-27 13:36:40
188
原创 angular4 nz-zorro table嵌套table
<nz-table #nzTable [nzDataSource]="data" [nzIsPagination]="false" > <thead nz-thead> <tr> <th nz-th [nzExpand]="true"></th> <th nz-th><span>Name</span></th> <th nz-.
2022-05-27 13:33:44
707
原创 vue table动态lable与内容动态dome以及动态禁用
<template> <div style="margin: 50px"> <el-table :data="rightsDate" border empty-text="没有数据" style="width: 100%" > <el-table-column v-for="(item, index) in t
2022-04-16 16:16:53
814
原创 富文本使用不需要安装包
**公共组件文件夹里面的** **Tinymce -> components -> EditorImage.vue**<template> <div class="upload-container"> <el-button :style="{background:color,borderColor:color}" icon="el-icon-upload" size="mini" type="primary" @click=" dialogVisib
2022-03-04 17:39:16
161
原创 vue 走马灯使用轮播图
使用 <welcomeImg style="margin-bottom: 20px"></welcomeImg>组件welcomeImg.vue<template> <div class="box"> <!-- 没有上传轮播图 --> <template v-if="imgsrc.length == 0"> <el-carousel v-if="BannerShow"
2022-03-03 16:02:13
480
原创 el-table多选,循环出选中的值点击名字el-table取消选中
<template> <div> <div style="display: flex; margin-bottom: 20px"> <div v-for="item in checklist" :key="item.id" @click="del([item])"> {{ item.name }} </div> </div> <el-tabl
2022-03-01 16:54:05
315
原创 el-tree树形 添加默认选中
<template> <div> <el-button @click="btn"> 按钮 </el-button> <el-dialog title="提示" :visible.sync="dialogVisible" width="30%" :before-close="handleClose"> <template v-if="dialogVisible">
2022-03-01 15:32:30
3371
原创 点击图片,图片放大显示
modal.vue<template> <div> <Imgs @clickit="viewImg" :imgSrc="imgSrc"></Imgs> <div @click="clickImg">查看</div> </div></template><script>import Imgs from "./components/img.vue";export defa
2022-03-01 15:27:49
187
原创 vue 列表展开折叠过渡
<template> <div> <div id="css"> <h3>折叠面板demo</h3> <div v-for="(item, i) in list" :key="i"> <div class="title"> <h4>{{ item.name }}</h4> <template v-if="
2022-03-01 15:22:18
665
原创 原生实现多选框
<template> <div> <div class="box"> <label id="label" :for="item3" :title="item3" :class="{ 'bg': checkedValue.includes(item3), 'bgColor': true }" @click="chooseType($event, index3)"
2022-03-01 15:19:46
660
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人