Browse Source

优化

master
blank 2 years ago
parent
commit
bcb6f296db
  1. 12
      src/views/data/currdata/index.vue

12
src/views/data/currdata/index.vue

@ -37,12 +37,12 @@ @@ -37,12 +37,12 @@
icon="el-icon-view"
@click="show(scope.row)"
>详情</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
>修改</el-button>
<!-- <el-button-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- icon="el-icon-edit"-->
<!-- @click="handleUpdate(scope.row)"-->
<!-- >修改</el-button>-->
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save