提交 14616bcb 编写于 作者: alex.zhang's avatar alex.zhang

重命名最多6个字符

上级 b04e7c85
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</el-table-column> </el-table-column>
<el-table-column label="重命名" width="150"> <el-table-column label="重命名" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.appName" style="width:120px;" size="small" placeholder="重命名"/> <el-input v-model="scope.row.appName" style="width:120px;" :maxlength="6" size="small" placeholder="重命名"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="序号" width="200"> <el-table-column label="序号" width="200">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册