浏览代码

优化页面

wangzhuo 1 年之前
父节点
当前提交
d90743b611
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/iosBasicData/bcorps/index.vue

+ 1 - 1
src/views/iosBasicData/bcorps/index.vue

@@ -136,7 +136,7 @@
               <!--<el-button type="text" size="small" @click.stop="editOpen(row)">-->
               <!--  编辑-->
               <!--</el-button>-->
-              <el-button type="text" size="small" @click.stop="rowDel(row, index)" :disabled="row.status > 0">
+              <el-button type="text" size="small" @click.stop="rowDel(row, index)">
                 删除
               </el-button>
             </template>