|
@@ -14,11 +14,9 @@
|
|
|
<!-- 广告图位置 -->
|
|
|
<span slot="position" slot-scope="text">{{ $refs.position.getNameByCode(text) }}</span>
|
|
|
<span slot="action" slot-scope="text, record">
|
|
|
- <template>
|
|
|
- <a-icon type="eye" id="bannerSetting-handleDel" :style="{ fontSize: '20px', color: '#e29e14', padding: '0 10px' }" @click="handleEdit(record, 1)" />
|
|
|
- <a-icon type="edit" id="bannerSetting-handleEdit" v-if="record.status == '0'" style="font-size: 20px;color: #1890FF;padding: 0 10px;" @click="handleEdit(record, 0)" />
|
|
|
- <a-icon type="delete" id="bannerSetting-delect" v-if="record.status == '0'" style="font-size: 20px;color: red;padding: 0 10px;" @click="delect(record)" />
|
|
|
- </template>
|
|
|
+ <a-icon type="eye" id="bannerSetting-handleDel" :style="{ fontSize: '20px', color: '#e29e14', padding: '0 10px' }" @click="handleEdit(record, 1)" />
|
|
|
+ <a-icon type="edit" id="bannerSetting-handleEdit" v-if="record.status == '0'" style="font-size: 20px;color: #1890FF;padding: 0 10px;" @click="handleEdit(record, 0)" />
|
|
|
+ <a-icon type="delete" id="bannerSetting-delect" v-if="record.status == '0'" style="font-size: 20px;color: red;padding: 0 10px;" @click="delect(record)" />
|
|
|
</span>
|
|
|
<span slot="status" slot-scope="text, record">
|
|
|
<a-switch
|
|
@@ -97,7 +95,7 @@
|
|
|
</a-radio-group>
|
|
|
</a-form-item>
|
|
|
<a-form-item label="上传图片" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
|
- <div style="border: 1px solid #eee;overflow: hidden;padding: 8px 8px 0;">
|
|
|
+ <div style="border: 1px solid #eee;overflow: hidden;padding: 8px ;">
|
|
|
<Upload
|
|
|
v-if="title != '查看详情'"
|
|
|
id="bannerSetting-photoPath"
|