This commit is contained in:
huzhushan 2021-04-20 11:28:27 +08:00
parent db6d43e7ae
commit 0dbeb1ea59
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.{js,vue}": [ "*.{js,vue}": [
"eslint --fix", "eslint --ext .js,.vue src",
"git add" "git add"
] ]
}, },

View File

@ -25,7 +25,7 @@
</el-button> </el-button>
</template> </template>
<template #operate="scope"> <template #operate="scope">
<el-button size="mini" type="primary">编辑aa</el-button> <el-button size="mini" type="primary">编辑 - a</el-button>
<el-button size="mini" type="danger">删除</el-button> <el-button size="mini" type="danger">删除</el-button>
</template> </template>
</pro-table> </pro-table>