qukaidi hace 3 años
padre
commit
7dcd454b3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/maintenance/rebate/index.vue

+ 1 - 1
src/views/maintenance/rebate/index.vue

@@ -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 ?
                     "保存" :
                     "修改"