唐耀东
2022-05-18 7ca1a8ec18fccca9102cd1179e05fdc877bdc511
src/views/construction/system/index.vue
@@ -33,7 +33,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:system:add']"
        >新增
        </el-button>
      </el-col>
@@ -45,7 +44,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:system:edit']"
        >修改
        </el-button>
      </el-col>
@@ -57,7 +55,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:system:remove']"
        >删除
        </el-button>
      </el-col>
@@ -97,7 +94,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:system:edit']"
          >修改
          </el-button>
          <el-button
@@ -113,7 +109,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:system:remove']"
          >删除
          </el-button>
        </template>