lichao 3 tahun lalu
induk
melakukan
2d19d6fa28
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/maintenance/salesPolicy/detailsPageEdit.vue

+ 1 - 1
src/views/maintenance/salesPolicy/detailsPageEdit.vue

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