qukaidi 3 tahun lalu
induk
melakukan
7dcd454b3b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 ?
                     "保存" :
                     "修改"