摘要: <el-form-item label="项目经理" prop="proManagerName"> <el-select v-model="dataForm.proManagerName" filterable remote reserve-keyword placeholder="请输入关键词" 阅读全文
posted @ 2022-06-27 09:09 Nancy* 阅读(305) 评论(0) 推荐(0)
摘要: 代码 <el-table-column sortable label="工作阶段" width="115"> <template slot-scope="scope"> <el-select v-if="scope.row.isSelected" clearable v-model="scope.r 阅读全文
posted @ 2022-06-20 11:29 Nancy* 阅读(163) 评论(0) 推荐(0)
摘要: 1.props 父组件 子组件 2.调用子组件的方法传参 父组件调用 子组件 阅读全文
posted @ 2022-06-20 11:11 Nancy* 阅读(72) 评论(0) 推荐(0)
摘要: 去掉格式提示波浪线 设置搜索eslint.enable,去掉 阅读全文
posted @ 2022-06-08 08:18 Nancy* 阅读(15) 评论(0) 推荐(0)
摘要: <div class="row"> <el-form ref="dataForm" :model="dataForm" :rules="rules" size="medium" style="width: 100%"> <el-table :row-class-name="rowClassName" 阅读全文
posted @ 2022-06-07 08:43 Nancy* 阅读(627) 评论(0) 推荐(0)
摘要: <template> <div class="addstakeholder"> <div class="title"> <div style="width: 5px;height: 20px;margin-left: 20px;" /> <span style="font-size: 20px;ma 阅读全文
posted @ 2022-05-18 09:26 Nancy* 阅读(914) 评论(0) 推荐(0)
摘要: 方法一<el-input prefix-icon="iconfont icon-sousuo" v-model="searchTableInfo" placeholder="搜索关键词" style="width:240px"></el-input>方法二<el-input prefix-icon= 阅读全文
posted @ 2022-05-06 10:48 Nancy* 阅读(295) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-28 10:29 Nancy* 阅读(19) 评论(0) 推荐(0)
摘要: 多行合并 恢复内容开始 多行合并 恢复内容结束 阅读全文
posted @ 2022-04-27 17:47 Nancy* 阅读(52) 评论(0) 推荐(0)
摘要: 回显的id和传的id要对应 阅读全文
posted @ 2022-04-27 17:37 Nancy* 阅读(98) 评论(0) 推荐(0)