公用ui组建封装

2019-01-08  本文已影响38人  miccuci
  1. 单选按钮组


    单选按钮组
<select-button 
  :list="doctorList" 
  :value="form.anesthetistEmpId" 
  radio-group-style="height:136px;margin-top:8px" 
  @change="onSelectChange"/>
  1. 状态标签


    状态标签
<status-badge type="error" content="错误"/>
  1. 时间轴


    时间轴
      <time-line :list="timeLineList">
        <template slot-scope="scope">
          <div>
            <div>{{ scope.item.title }}</div>
            <div>{{ scope.item.href }}</div>
          </div>
        </template>
      </time-line>
上一篇 下一篇

猜你喜欢

热点阅读