表格数据渲染

7 篇文章 0 订阅

例子1

   <el-table-column prop="OperationDescription" label="安装位置">
				<template slot-scope="scope">
						{{ scope.row.LctnName }}
				</template>
 </el-table-column>
 <el-table-column prop="OperationDescription" label="权限">
				<template slot-scope="scope">
						<span>							
							<template v-if="scope.row.droit == 0" >无权限</template>
							<template v-if="scope.row.droit == 1" >有权限</template>
							
					</span>
				</template>
  </el-table-column>

例子2

   <el-table-column type="selection" width="35"></el-table-column>
	<el-table-column fixed prop="PName" label="姓名" width="100"></el-table-column>
	<el-table-column prop="PCode" label="编号" width="100"></el-table-column>
	<el-table-column prop="Sex" label="性别" width="50"></el-table-column>
	<el-table-column prop="DeptName" label="部门" width="120"></el-table-column>
	<el-table-column prop="busytripTime" label="出差时间">
		<template slot-scope="scope">
				{{ scope.row.BeginDate+'至'+scope.row.EndDate }}
		</template>
	</el-table-column>
	<el-table-column prop="rDay" label="计算天数" width="80"></el-table-column>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值