前端最终规范


el-radio-group

<pre><code class="language-markdown"> &lt;el-radio-group v-model="checkList" class="c-width100"&gt; &lt;el-table :header-row-style="tableHeadStyle" max-height="260" :data="tableData" element-loading-text="加载中..." fit highlight-current-row :class="tableCss"&gt; &lt;el-table-column align="left" label="表单名称"&gt; &lt;template slot-scope="scope"&gt; &lt;span class="c-fc-333" :title="scope.row.name"&gt; &lt;el-radio :label="scope.row" class="c-flex-row"&gt; &lt;div class="c-text-ellipsis1 line-block c-width100"&gt; {{scope.row.name}} &lt;/div&gt; &lt;/el-radio&gt; &lt;/span&gt; &lt;/template&gt; &lt;/el-table-column&gt; &lt;el-table-column align="center" width="100" label="状态"&gt; &lt;template slot-scope="scope"&gt; &lt;span class="c-fc-333"&gt; {{scope.row|filterStatus}} &lt;/span&gt; &lt;/template&gt; &lt;/el-table-column&gt; &lt;/el-table&gt; &lt;/el-radio-group&gt;</code></pre> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/bee24882f29eb841014153e621085bdc" alt="" /></p>

页面列表

ITEM_HTML