lincl 2 年之前
父節點
當前提交
9086ede15c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/TablePage/index.vue

+ 1 - 1
src/components/TablePage/index.vue

@ -120,7 +120,7 @@
					</template>
					
					<el-table-column v-if="$scopedSlots['operateColumn']" :fixed="configs.operateColumnFix||false" :width="configs.operateColumnWidth||''" label="操作" align="center">
					<el-table-column v-if="$scopedSlots['operateColumn']" :fixed="configs.operateColumnFix||false" :width="configs.operateColumnWidth||''" label="操作" :align="configs.operateColumnAlign||'center'">
						<template slot-scope="scope">
							<slot name="operateColumn" :row="scope.row" />
						</template>