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>