Sfoglia il codice sorgente

取消修改限制

luolei 4 anni fa
parent
commit
33fc150aca
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/components/icss/MedicinePrompt.vue

+ 1 - 2
src/components/icss/MedicinePrompt.vue

@@ -46,9 +46,8 @@
         </el-table-column>
         <el-table-column label="操作" width="140">
           <template slot-scope="scope">
-            <el-button v-if="scope.row.status===0" type="text" size="small" class="is-disabled">修改</el-button>
+            <!-- <el-button v-if="scope.row.status===0" type="text" size="small" class="is-disabled">修改</el-button> -->
             <el-button
-              v-if="scope.row.status===1"
               type="text"
               size="small"
               @click="toEditProduct(scope.row)"