فهرست منبع

Merge branch 'refs/heads/xinyan' into test

xinyan 10 ماه پیش
والد
کامیت
b68876d934
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/efTools/automation/index.vue

+ 1 - 1
src/views/efTools/automation/index.vue

@@ -17,7 +17,7 @@
       </template>
       <template #operate="{ row }">
         <el-button icon="Edit" type="text" @click="editTmpl(row)"></el-button>
-        <el-button icon="SetUp" type="text" @click="showDialog"></el-button>
+        <el-button icon="SetUp" type="text" @click="showDialog" :disabled="true"></el-button>
         <el-button icon="Delete" type="text" @click=""></el-button>
       </template>
     </vxe-grid>