1. 程式人生 > 其它 >el-input後面加單位,el-table每列加單位

el-input後面加單位,el-table每列加單位

技術標籤:cssvue.js

el-input後面加單位,el-table每列加單位

el-input後面加單位

<el-input v-model="editForm.length">
  <i slot="suffix" style="font-style:normal;margin-right: 10px;">cm</i>
</el-input>

el-input後面加單位

el-table每列加單位

<el-table-column align="center" label=
"樓棟號"> <template slot-scope="scope">{{scope.row.bulidingNum+'棟'}}</template> </el-table-column>

el-table每列加單位