```
<el-row>
<el-col :span="3" v-for="(o, index) in 8" :key="o" >
<el-card :body-style="{ padding: '0px' }" >
<img :src="index+'.jpg'" class="image">
<div style="padding: 14px;">
<span>好吃的漢堡</span>
<div class="bottom clearfix">
<time class="time">{{ currentDate }}</time>
<el-button type="text" class="button">操作按鈕</el-button>
</div>
</div>
</el-card>
</el-col>
</el-row>
```
```
<el-row>
<el-col :span="3" v-for="(o, index) in 8" :key="o" >
<el-card :body-style="{ padding: '0px' }" >
<img :src="o+'.jpg'" class="image">
<div style="padding: 14px;">
<span>好吃的漢堡</span>
<div class="bottom clearfix">
<time class="time">{{ currentDate }}</time>
<el-button type="text" class="button">操作按鈕</el-button>
</div>
</div>
</el-card>
</el-col>
</el-row>
```
```
exptype: ['統一運費','運費模板'],
```
```
<el-select v-model="formValue.goods_exptype"
style="width: 200px"
@change="chooseExptype">
<el-option v-for="(item, index) in exptype"
:label="item"
:value="index"
:key="index"></el-option>
</el-select>
```
完美方法,直接寫即可
```
<el-select v-model="formValue.goods_exptype"
style="width: 200px"
@change="chooseExptype">
<el-option label="統一運費" value="1"></el-option>
<el-option label="運費模板" value="2"></el-option>
</el-select>
```
- webpack-dev-server不是內部或外部命令
- vue+ele添加笑臉表情
- from UglifyJs Unexpected token: punc (()
- vmodel-ref
- jscopy
- watch_or_computed
- checkbox-group
- array_filter
- array many filter
- js array unshift
- vue watch one
- sku
- edit-button
- el-select clearable placeholder
- 必填
- 如何設置一個索引從1開始
- Injection "elForm" not found
- $refs
- resetFields
- table 二級數據
- Table 合并
- switch 開關
- radio group 單選
- 二級菜單
- 訪問頁面出錯后退到上一頁
- 編輯器tinymce
- v-for從1開始索引
- 圖片綁定路徑
- 分欄間隔
- class綁定card底色
- 動態增減表單項
- watch deep
- form 獲取值
- table索引方法
- table兩個改一個另一個也跟著變解決方法
- table標題改整列
- vue echarts