Commit 42659315 by ningjihai

123123

parent c5d2b0f7
......@@ -72,11 +72,6 @@
</el-form-item>
</page-wrapper-search>
<!-- 树形数据表格 -->
<div style="flex: 1;min-height: 200px;">
<el-table
......
......@@ -106,7 +106,7 @@
<div class="table-container">
<el-table v-loading="loading" height="100%" :data="typeList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column type="selection" width="55" align="center" fixed/>
<el-table-column label="字典编号" align="center" prop="dictId" />
<el-table-column label="字典名称" align="center" prop="dictName" :show-overflow-tooltip="true" />
<el-table-column label="字典类型" align="center" :show-overflow-tooltip="true">
......@@ -127,7 +127,7 @@
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope">
<el-button
size="mini"
......@@ -188,6 +188,8 @@
</div>
</el-dialog>
</div>
</template>
<script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论