| | |
| | | @refresh-change="handleRefresh" |
| | | @selection-change="selectChangeHandler" |
| | | @row-click="rowClickHandler"> |
| | | <template slot="plCSClass" slot-scope="{row}"> |
| | | <template slot="plImage" slot-scope="{row}"> |
| | | <span class="avue-icon"> |
| | | <icon-show :name="row.plCSClass"></icon-show> |
| | | <icon-show :name="row.plImage"></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: [ |
| | | { |