唐耀东
2022-07-22 3ba79fc36cf9ac31b9ff2b326cc2ba9ecb9cb794
src/views/basics/rules/index.vue
@@ -15,6 +15,7 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:rules:add']"
        >新增
        </el-button>
      </el-col>
@@ -26,6 +27,7 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:rules:edit']"
        >修改
        </el-button>
      </el-col>
@@ -37,6 +39,7 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:rules:remove']"
        >删除
        </el-button>
      </el-col>
@@ -78,6 +81,7 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:rules:edit']"
          >修改
          </el-button>
          <el-button
@@ -93,6 +97,7 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:rules:remove']"
          >删除
          </el-button>
        </template>