Explorar o código

取消修改限制

luolei %!s(int64=4) %!d(string=hai) anos
pai
achega
33fc150aca
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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>
         <el-table-column label="操作" width="140">
         <el-table-column label="操作" width="140">
           <template slot-scope="scope">
           <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
             <el-button
-              v-if="scope.row.status===1"
               type="text"
               type="text"
               size="small"
               size="small"
               @click="toEditProduct(scope.row)"
               @click="toEditProduct(scope.row)"