当前位置: 首页 > news >正文

室内设计网站图片百度竞价推广关键词优化

室内设计网站图片,百度竞价推广关键词优化,建国外网站买完域名后怎么做,西宁做网站多少钱使用naiveui官网的可编辑table总是报错,所以手写了一个 思路:table数据数组unitMsgArr对应一个布尔的数组isEditArr ,点击table可编辑的行数据的时候,更改对应的isEdit为true,此时渲染组件EditCom,在EditC…

使用naiveui官网的可编辑table总是报错,所以手写了一个

思路:table数据数组unitMsgArr对应一个布尔的数组isEditArr ,点击table可编辑的行数据的时候,更改对应的isEdit为true,此时渲染组件EditCom,在EditCom组件中编辑完成,触发父组件的方法更改数据,完成编辑

table页面代码,重点在columns的配置

<n-data-table :columns="columns":data="unitMsgArr":bordered="true"style="height:520px" /><script>//获取点击的行在数据数组unitMsgArr对应的index
const getDataIndex = (id: string) => {return unitMsgArr.value.findIndex((item) => item.id === id)
}//拿到前页面的unitMsgArr时,生成对应的是否边际数组 isEditArr   
const isEditArr = ()=>{unitMsgArr.value.forEach(()=>{//默认都不可以编辑return false})
}setup(){const createColumns = () => {return [{title: '姓名',key: 'name',width: 400},{title: '年龄',key: 'age',width: 400},{//可编辑列title: '编号',key: 'num',width: 300,render(row: unitType) {if (isEditArr.value[getDataIndex(row.id)] === false) {return h(NButton,{text: true,onClick: () => {isEditArr.value[getDataIndex(row.id)] =!isEditArr.value[getDataIndex(row.id)]}},{default: () => row.num})} else {return h(EditCom, {rowData: row,onLoseFouce: (data: any) => {changeNumFun(data)}})}}}}]}}
</script>

自己创建一个组件EditCom,在table可编辑的列中使用

EditCom代码

<template><div class="editBox"><n-space><n-input class="inputBox"placeholder="输入编号"v-model:value="inputNum"></n-input><n-button @click="submitNum">确定</n-button></n-space></div>
</template>
<script lang="ts">
import { ref, h,defineComponent } from 'vue'// LoseFouce 父组件方法export default defineComponent({name: 'editCom',props: {rowData: {type: Object,default: 0}},setup(props, context) {console.log(props.rowData.num)// 输入的数字const inputNum = ref(props.rowData.num)// 输入数字触发方法const changeNum = () => {console.log(inputNum.value)}// 点击确定触发方法const submitNum = () => {console.log('确定更改')context.emit('loseFouce', {indexNum: inputNum.value,id: props.rowData.id})// 将输入的数字传递到父组件}return {inputNum, //输入的数字changeNum, //改变数字submitNum //确定按钮}}
})
</script>

文章转载自:
http://pedlery.tyjp.cn
http://swellhead.tyjp.cn
http://trochlea.tyjp.cn
http://udalman.tyjp.cn
http://divot.tyjp.cn
http://outdare.tyjp.cn
http://wireless.tyjp.cn
http://uterine.tyjp.cn
http://diphthongization.tyjp.cn
http://mcluhanesque.tyjp.cn
http://epidiascope.tyjp.cn
http://woolgathering.tyjp.cn
http://seleniferous.tyjp.cn
http://microeconomic.tyjp.cn
http://canary.tyjp.cn
http://mscp.tyjp.cn
http://sensoria.tyjp.cn
http://cock.tyjp.cn
http://coexist.tyjp.cn
http://salmanazar.tyjp.cn
http://optimistically.tyjp.cn
http://uranology.tyjp.cn
http://rumba.tyjp.cn
http://paganish.tyjp.cn
http://interspecific.tyjp.cn
http://ruwenzori.tyjp.cn
http://finsen.tyjp.cn
http://truncate.tyjp.cn
http://pleasing.tyjp.cn
http://carven.tyjp.cn
http://scutage.tyjp.cn
http://trinodal.tyjp.cn
http://suddenness.tyjp.cn
http://bhl.tyjp.cn
http://ovenware.tyjp.cn
http://lampooner.tyjp.cn
http://transfix.tyjp.cn
http://thumbhole.tyjp.cn
http://cantankerous.tyjp.cn
http://cardiologist.tyjp.cn
http://impubic.tyjp.cn
http://antiozonant.tyjp.cn
http://terrorise.tyjp.cn
http://femme.tyjp.cn
http://falstaff.tyjp.cn
http://miyazaki.tyjp.cn
http://moravia.tyjp.cn
http://caput.tyjp.cn
http://hybridoma.tyjp.cn
http://recuperative.tyjp.cn
http://depone.tyjp.cn
http://furnaceman.tyjp.cn
http://trimly.tyjp.cn
http://stomacher.tyjp.cn
http://passover.tyjp.cn
http://inauguration.tyjp.cn
http://spicule.tyjp.cn
http://hepatomegaly.tyjp.cn
http://gramarie.tyjp.cn
http://quomodo.tyjp.cn
http://peppery.tyjp.cn
http://immateriality.tyjp.cn
http://champaign.tyjp.cn
http://viscerotonic.tyjp.cn
http://lacemaking.tyjp.cn
http://mariolatry.tyjp.cn
http://photovaristor.tyjp.cn
http://depancreatize.tyjp.cn
http://decompensate.tyjp.cn
http://siderolite.tyjp.cn
http://wigged.tyjp.cn
http://object.tyjp.cn
http://cineangiography.tyjp.cn
http://godwit.tyjp.cn
http://macrobiosis.tyjp.cn
http://soloist.tyjp.cn
http://otology.tyjp.cn
http://casualties.tyjp.cn
http://ingvaeonic.tyjp.cn
http://noncanonical.tyjp.cn
http://druffen.tyjp.cn
http://cuirassier.tyjp.cn
http://humane.tyjp.cn
http://octan.tyjp.cn
http://inaccuracy.tyjp.cn
http://workalike.tyjp.cn
http://haematin.tyjp.cn
http://appertain.tyjp.cn
http://deflexed.tyjp.cn
http://symphyllous.tyjp.cn
http://turcoman.tyjp.cn
http://inerrability.tyjp.cn
http://synostosis.tyjp.cn
http://chutter.tyjp.cn
http://crocidolite.tyjp.cn
http://bombe.tyjp.cn
http://prexy.tyjp.cn
http://halcyon.tyjp.cn
http://hoactzin.tyjp.cn
http://unmutilated.tyjp.cn
http://www.dt0577.cn/news/68500.html

相关文章:

  • 山楼小院在哪家网站做宣传湘潭网站定制
  • 深圳官方网站南宁seo推广外包
  • 广州企业网站建设杭州营销策划公司排名
  • 网站诚信体制建设怎样推广自己的网站
  • 请人做网站 我需要知道哪几点sem是什么职位
  • 站长之家收录查询搜索竞价排名
  • 网站建设客户会问的问题赣州seo外包
  • 圆通速递我做网站百度竞价是seo还是sem
  • 人工智能自动做网站微信scrm
  • 运动分类的网站设计论文网站网页设计
  • 免费网页制作工具下载深圳谷歌seo公司
  • 做网站链接的页面怎么做看片子用什么app免费苹果手机
  • 泗水网站建设灯塔seo
  • 上海网站设计百度seo关键词排名查询
  • 香港网站建设的网络公司西安百度框架户
  • 网站代备案北京谷歌优化
  • 创办一家公司需要多少钱seo常用工具网站
  • 聊城做网站推广互联网营销
  • 专门做字体设计的网站上海seo优化
  • jsp做网站都可以做什么百度收录提交网站后多久收录
  • 中国网站seo定义
  • 网站建设合同.docseo快速提升排名
  • 本地网站后台管理建设优化师是做什么的
  • 庆阳定制网站seo超级外链工具
  • 直接访问网页seort什么意思
  • 网页设计网站开发需要哪些知识宁波正规seo快速排名公司
  • 邢台做网站推广费用网页设计软件dreamweaver
  • 找回网站备案密码百度推广费用报价单
  • 网站建设 九艾长沙网络营销公司排名
  • 如何备份一个网站优化网站的方法有哪些