qukaidi преди 3 години
родител
ревизия
7dcd454b3b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 ?
                     "保存" :
                     "修改"