charles
2024-08-06 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f
src/views/operate/allot/index.vue
@@ -20,7 +20,7 @@
            :selectClassRow="selectRow"
          >
            <template slot="tableButton">
              <el-table-column label="操作" width="100">
              <el-table-column label="操作" width="120">
                <template slot-scope="scope">
                  <el-button
                    @click="tableRowClick(scope.row, '查看')"
@@ -35,7 +35,14 @@
                    size="small"
                    >编辑</el-button
                  >
                  <el-button
                    @click.stop=""
                    type="text"
                    size="small"
                    >删除</el-button
                  >
                </template>
              </el-table-column>
            </template>
          </TableCommonView>