Commit e3e6a7a2 by liuxin

修正

parent e5fa86df
......@@ -6,7 +6,7 @@
@selection-change="handleSelectionChange"
:row-key="getRowKey"
:header-cell-style="{background: 'eef1f6', color: '#606266'}"
border="true">
border>
<el-table-column type="selection" width="55" v-if="showSelection" :reserve-selection="true"></el-table-column>
<el-table-column
v-for="(item, key) in tableColumns"
......
......@@ -6,7 +6,7 @@
class="eContainer-table"
:row-class-name="tableRowClassName"
:header-cell-style="{background: 'eef1f6', color: '#606266'}"
border="true">
border>
<el-table-column
v-for="(item, key) in tableColumns"
:key="key"
......
......@@ -2,7 +2,7 @@
<el-row>
<!-- =================顶部====================== -->
<el-col :span="24">
<el-col :span="8" offset="">
<el-col :span="8" >
<el-form-item label="参考号" prop="didgrp.rec.ownref">
<c-input
v-model="model.didgrp.rec.ownref"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment