新版交易所前段管理后台
1
admin
2026-01-21 be9d8d050263c6cb3b3e6ab82eb2937bec755959
src/views/modules/ico/list.vue
@@ -10,7 +10,7 @@
      @selection-change="selectionChange"
      @on-load="getDataList"
    >
      <template slot="menuLeft">
      <!-- <template slot="menuLeft">
        <el-button
          type="primary"
          icon="el-icon-plus"
@@ -19,7 +19,7 @@
        >
          新增
        </el-button>
      </template>
      </template> -->
      <template slot-scope="scope" slot="menu">
        <el-button
          type="primary"
@@ -30,14 +30,14 @@
          编辑
        </el-button>
        <el-button
        <!-- <el-button
          type="danger"
          icon="el-icon-delete"
          size="small"
          @click.stop="deleteHandle(scope.row.id)"
        >
          删除
        </el-button>
        </el-button> -->
      </template>
    </avue-crud>
    <!-- 弹窗, 新增 / 修改 -->