| | |
| | | <icon-show :name="row.plCSClass"></icon-show> |
| | | </span> |
| | | </template> |
| | | <template slot-scope="{type,disabled}" slot="plCSClassForm"> |
| | | <input-icon :disabled="disabled" v-model="form.plCSClass"></input-icon> |
| | | <template slot-scope="{type,disabled}" slot="plImageForm"> |
| | | <input-icon :disabled="disabled" v-model="form.plImage"></input-icon> |
| | | </template> |
| | | <template slot="plTypeType" slot-scope="{row}"> |
| | | <el-tag :type="row.plTypeType === 'business' ? '' : 'success'"> |
| | |
| | | }, |
| | | { |
| | | label: '图标', |
| | | prop: 'plCSClass', |
| | | prop: 'plImage', |
| | | width: 80, |
| | | rules: [ |
| | | { |
| | |
| | | this.lastIndex = newIndex; |
| | | }, |
| | | () => { |
| | | this.selectList = []; |
| | | this.selectList = [row]; |
| | | } |
| | | ); |
| | | |