@@ -12,7 +12,7 @@
</el-button>
</template>
<template slot="menu" slot-scope="{row,index}">
- <el-button size="small" icon="el-icon-edit" type="text" @click.stop="rowCell(row)">
+ <el-button size="small" icon="el-icon-edit" :disabled="row.id" type="text" @click.stop="rowCell(row)">
{{ row.$cellEdit ?
"保存" :
"修改"