浏览代码

🎨 perf<效率工具>: 暂时禁用关联广告规则

xinyan 10 月之前
父节点
当前提交
ecb5e61197
共有 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>