代码更新
This commit is contained in:
@@ -75,7 +75,10 @@
|
||||
style="width: 100%;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
<el-table-column type="index" label="序号" width="100" align="center" />
|
||||
<el-table-column type="index" label="序号" width="100" align="center" fixed />
|
||||
<el-table-column prop="0" label="日期" min-width="150" show-overflow-tooltip fixed />
|
||||
<el-table-column prop="1" label="产品编码" min-width="100" show-overflow-tooltip fixed />
|
||||
<el-table-column prop="2" label="批号" min-width="100" show-overflow-tooltip fixed />
|
||||
<template v-for="(col,index) in cols">
|
||||
<el-table-column v-if="col" :prop="col.prop" :label="col.label" width="120px" show-overflow-tooltip />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user