Admin
2022-09-07 5890a81be95fe65622c605083b1808b6997d4417
src/views/contingencyManagement/contingency/index.vue
@@ -28,7 +28,7 @@
          <el-button size="default" type="primary"  @click="onOpenAdd">
            <el-icon>
              <Plus />
            </el-icon>新建
            </el-icon>新增
          </el-button>
          <el-button size="default" type="warning" plain :disabled="warning" @click="onEdit('修改', deleteAll[0])">
            <el-icon>
@@ -235,7 +235,7 @@
    // 打开新增应急队伍弹窗
    const addRef = ref();
    const onOpenAdd = () => {
      addRef.value.openDialog('新建应急队伍管理');
      addRef.value.openDialog('新增应急队伍管理');
    };
    // 新增后刷新
    const onMyAdd = (e: boolean) => {
@@ -398,4 +398,4 @@
.el-table .sort-caret.ascending{
  border-bottom-color: #c0c4cc;
}
</style>
</style>