liyg 2 lat temu
rodzic
commit
63bbd32608

+ 2 - 2
src/views/TMS/components/domesticMine/wagonLoadMine.vue

@@ -17,9 +17,9 @@
     <dilTable v-bind.sync="option">
       <el-table-column fixed="right" label="操作" width="100">
         <template slot-scope="scope">
-          <!-- :disabled="!scope.row.isEdit" -->
+         
           <el-button @click="click(scope.row.resultId)"  
-           
+           :disabled="!scope.row.isEdit"
           type="text" size="small"
             >修改</el-button
           >