fuliqi
2024-03-21 9d3700026efff9a876c5eeccdadd07a4d5b62384
src/views/system/calculate/rule/index.vue
@@ -39,7 +39,6 @@
          icon="el-icon-plus"
          size="mini"
          @click="handleAdd"
          v-hasPermi="['platform:rules:add']"
        >新增
        </el-button>
      </el-col>
@@ -51,7 +50,6 @@
          size="mini"
          :disabled="single"
          @click="handleUpdate"
          v-hasPermi="['platform:rules:edit']"
        >修改
        </el-button>
      </el-col>
@@ -63,7 +61,6 @@
          size="mini"
          :disabled="multiple"
          @click="handleDelete"
          v-hasPermi="['platform:rules:remove']"
        >删除
        </el-button>
      </el-col>
@@ -74,7 +71,6 @@
          icon="el-icon-download"
          size="mini"
          @click="handleExport"
          v-hasPermi="['platform:rules:export']"
        >导出
        </el-button>
      </el-col>
@@ -98,7 +94,6 @@
            type="text"
            icon="el-icon-edit"
            @click="handleUpdate(scope.row)"
            v-hasPermi="['platform:rules:edit']"
          >修改
          </el-button>
          <el-button
@@ -106,7 +101,6 @@
            type="text"
            icon="el-icon-delete"
            @click="handleDelete(scope.row)"
            v-hasPermi="['platform:rules:remove']"
          >删除
          </el-button>
        </template>