Commit 42659315 by ningjihai

123123

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