-
单选按钮组
单选按钮组
<select-button
:list="doctorList"
:value="form.anesthetistEmpId"
radio-group-style="height:136px;margin-top:8px"
@change="onSelectChange"/>
-
状态标签
状态标签
<status-badge type="error" content="错误"/>
-
时间轴
时间轴
<time-line :list="timeLineList">
<template slot-scope="scope">
<div>
<div>{{ scope.item.title }}</div>
<div>{{ scope.item.href }}</div>
</div>
</template>
</time-line>
网友评论