```
<el-form class="form-container"
:inline="true"
status-icon
:rules="formRules"
ref="fromInput"
:model="formValue"
@submit.native.prevent
label-width="80px"
label-position="left">
```
```
formRules: {
goods_exptype: [
{ required: true, enum: [0, 1], message: '非法數據', trigger: 'blur', type: 'number' }
],
goods_istop: [
{ required: true, enum: [0, 1], message: '非法數據', trigger: 'blur', type: 'number' }
],
},
```
```
<el-col :span="8" >
<el-form-item label="運費類型"
prop="goods_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-form-item>
</el-col>
```
- 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