liyg 2 år sedan
förälder
incheckning
63bbd32608
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/TMS/components/domesticMine/wagonLoadMine.vue

+ 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
           >