vue进度条

2023-11-18

      <el-table-column align="center" prop="progress" label="测试进度" width="100" >

        <template slot-scope="scope">

          <el-progress :text-inside="true" :stroke-width="15" :percentage="80" ></el-progress>

        </template>

      </el-table-column>

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

vue进度条 的相关文章

随机推荐