唐耀东
2022-05-18 7ca1a8ec18fccca9102cd1179e05fdc877bdc511
提交代码
11个文件已修改
49 ■■■■■ 已修改文件
src/views/basics/building/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basics/organization/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/ai/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/constructionBatch/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/exchange/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/iot/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/ipc/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/nvr/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/reserveIp/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/server/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/construction/system/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basics/building/index.vue
@@ -55,6 +55,7 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:building:edit']"
          >修改
          </el-button>
          <el-button
@@ -70,6 +71,7 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:building:remove']"
          >删除
          </el-button>
        </template>
src/views/basics/organization/index.vue
@@ -46,6 +46,7 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:organization:edit']"
          >修改
          </el-button>
          <el-button
@@ -60,6 +61,7 @@
              type="text"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:organization:remove']"
          >删除
          </el-button>
        </template>
src/views/construction/ai/index.vue
@@ -36,7 +36,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:ai:add']"
        >新增
        </el-button>
      </el-col>
@@ -48,7 +47,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:ai:edit']"
        >修改
        </el-button>
      </el-col>
@@ -60,7 +58,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:ai:remove']"
        >删除
        </el-button>
      </el-col>
@@ -104,7 +101,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:ai:edit']"
          >修改
          </el-button>
          <el-button
@@ -113,7 +109,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:ai:remove']"
          >删除
          </el-button>
        </template>
src/views/construction/constructionBatch/index.vue
@@ -24,7 +24,6 @@
          icon="el-icon-plus"
          size="mini"
          @click="handleAdd"
          v-hasPermi="['oa:constructionBatch:add']"
        >新增</el-button>
      </el-col>
      <el-col :span="1.5">
@@ -35,7 +34,6 @@
          size="mini"
          :disabled="single"
          @click="handleUpdate"
          v-hasPermi="['oa:constructionBatch:edit']"
        >修改</el-button>
      </el-col>
      <el-col :span="1.5">
@@ -46,7 +44,6 @@
          size="mini"
          :disabled="multiple"
          @click="handleDelete"
          v-hasPermi="['oa:constructionBatch:remove']"
        >删除</el-button>
      </el-col>
    </el-row>
@@ -74,7 +71,6 @@
            type="text"
            icon="el-icon-edit"
            @click="handleUpdate(scope.row)"
            v-hasPermi="['oa:constructionBatch:edit']"
          >修改</el-button>
          <el-button
            size="mini"
@@ -82,7 +78,6 @@
            class="del-btn"
            icon="el-icon-delete"
            @click="handleDelete(scope.row)"
            v-hasPermi="['oa:constructionBatch:remove']"
          >删除</el-button>
        </template>
      </el-table-column>
src/views/construction/exchange/index.vue
@@ -76,7 +76,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:exchange:add']"
        >新增
        </el-button>
      </el-col>
@@ -88,7 +87,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:exchange:edit']"
        >修改
        </el-button>
      </el-col>
@@ -100,7 +98,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:exchange:remove']"
        >删除
        </el-button>
      </el-col>
@@ -154,7 +151,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:exchange:edit']"
          >修改
          </el-button>
          <el-button
@@ -170,7 +166,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:exchange:remove']"
          >删除
          </el-button>
        </template>
src/views/construction/iot/index.vue
@@ -68,7 +68,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:iot:add']"
        >新增
        </el-button>
      </el-col>
@@ -80,7 +79,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:iot:edit']"
        >修改
        </el-button>
      </el-col>
@@ -92,7 +90,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:iot:remove']"
        >删除
        </el-button>
      </el-col>
@@ -138,7 +135,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:iot:edit']"
          >修改
          </el-button>
          <el-button
@@ -147,7 +143,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:iot:remove']"
          >删除
          </el-button>
        </template>
src/views/construction/ipc/index.vue
@@ -34,7 +34,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:ipc:add']"
        >新增
        </el-button>
      </el-col>
@@ -46,7 +45,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:ipc:edit']"
        >修改
        </el-button>
      </el-col>
@@ -58,7 +56,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:ipc:remove']"
        >删除
        </el-button>
      </el-col>
@@ -101,7 +98,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:ipc:edit']"
          >修改
          </el-button>
          <el-button
@@ -110,7 +106,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:ipc:remove']"
          >删除
          </el-button>
        </template>
src/views/construction/nvr/index.vue
@@ -41,7 +41,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:nvr:add']"
        >新增
        </el-button>
      </el-col>
@@ -53,7 +52,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:nvr:edit']"
        >修改
        </el-button>
      </el-col>
@@ -65,7 +63,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:nvr:remove']"
        >删除
        </el-button>
      </el-col>
@@ -106,7 +103,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:nvr:edit']"
          >修改
          </el-button>
          <el-button
@@ -122,7 +118,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:nvr:remove']"
          >删除
          </el-button>
        </template>
src/views/construction/reserveIp/index.vue
@@ -27,7 +27,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:reserveIp:add']"
        >新增
        </el-button>
      </el-col>
@@ -39,7 +38,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:reserveIp:edit']"
        >修改
        </el-button>
      </el-col>
@@ -51,7 +49,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:reserveIp:remove']"
        >删除
        </el-button>
      </el-col>
@@ -80,7 +77,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:reserveIp:edit']"
          >修改
          </el-button>
          <el-button
@@ -89,7 +85,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:reserveIp:remove']"
          >删除
          </el-button>
        </template>
src/views/construction/server/index.vue
@@ -36,7 +36,6 @@
            icon="el-icon-plus"
            size="mini"
            @click="handleAdd"
            v-hasPermi="['oa:server:add']"
        >新增
        </el-button>
      </el-col>
@@ -48,7 +47,6 @@
            size="mini"
            :disabled="single"
            @click="handleUpdate"
            v-hasPermi="['oa:server:edit']"
        >修改
        </el-button>
      </el-col>
@@ -60,7 +58,6 @@
            size="mini"
            :disabled="multiple"
            @click="handleDelete"
            v-hasPermi="['oa:server:remove']"
        >删除
        </el-button>
      </el-col>
@@ -107,7 +104,6 @@
              type="text"
              icon="el-icon-edit"
              @click="handleUpdate(scope.row)"
              v-hasPermi="['oa:server:edit']"
          >修改
          </el-button>
          <el-button
@@ -123,7 +119,6 @@
              class="del-btn"
              icon="el-icon-delete"
              @click="handleDelete(scope.row)"
              v-hasPermi="['oa:server:remove']"
          >删除
          </el-button>
        </template>
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>