
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
auto-el-table
Advanced tools
tableDatas:为控件初始化绑定变量,存放表格表头数据和内容
tableData:表格数据
tableLabel:表头定义
示例:
<template>
<div class="home">
<auto-el-table ref="subComp" :table-datas="tableDatas" :rule="formRules" ></auto-el-table>
</div>
</template>
<script>
export default {
name: 'Home',
components: {
},
data() {
return {
tableDatas: [
{
tableData: [],
tableLabel: [
{ label: '一层', width: '', prop: '1_1', type: 'string' }
],
id: '100101',
name: '机房温度℃',
activeNames: ['100101'],
check: false,
infoData: {},
cur_page: 1,
pageSize: 10,
total: 0,
pageSizes: [10, 20, 30, 50],
isAddColumn: true,
colume: undefined,
columeoptions: [{ encode: '1', fullName: '一层', company: '层' }, {
encode: '2',
fullName: '二层',
company: '层'
}],
isplan: false,
build: true
}
],
formRules: {}
}
}
}
</script>
FAQs
根据JSON数据动态生成表格,可自定义表格标题和表格内容类型
We found that auto-el-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.