|
@@ -10,45 +10,45 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
|
|
|
- <el-row :gutter="10" class="mb8">
|
|
|
- <!-- <el-col :span="1.5">-->
|
|
|
- <!-- <el-button-->
|
|
|
- <!-- type="primary"-->
|
|
|
- <!-- plain-->
|
|
|
- <!-- icon="el-icon-plus"-->
|
|
|
- <!-- size="mini"-->
|
|
|
- <!-- @click="handleAdd"-->
|
|
|
- <!-- v-hasPermi="['business:WEBSITE:add']"-->
|
|
|
- <!-- >新增</el-button>-->
|
|
|
- <!-- </el-col>-->
|
|
|
- <!-- <el-col :span="1.5">-->
|
|
|
- <!-- <el-button-->
|
|
|
- <!-- type="primary"-->
|
|
|
- <!-- plain-->
|
|
|
- <!-- icon="el-icon-edit"-->
|
|
|
- <!-- :disabled="single"-->
|
|
|
- <!-- @click="handleUpdate"-->
|
|
|
- <!-- v-hasPermi="['business:WEBSITE:edit']"-->
|
|
|
- <!-- >修改</el-button>-->
|
|
|
- <!-- </el-col>-->
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button type="danger" icon="el-icon-delete" :disabled="multiple" @click="handleDelete" v-hasPermi="['business:WEBSITE:remove']">删除</el-button>
|
|
|
- </el-col>
|
|
|
- <!-- <el-col :span="1.5">-->
|
|
|
- <!-- <el-button-->
|
|
|
- <!-- type="warning"-->
|
|
|
- <!-- plain-->
|
|
|
- <!-- icon="el-icon-download"-->
|
|
|
- <!-- size="mini"-->
|
|
|
- <!-- @click="handleExport"-->
|
|
|
- <!-- v-hasPermi="['business:WEBSITE:export']"-->
|
|
|
- <!-- >导出</el-button>-->
|
|
|
- <!-- </el-col>-->
|
|
|
- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
- </el-row>
|
|
|
+<!-- <el-row :gutter="10" class="mb8">-->
|
|
|
+<!-- <!– <el-col :span="1.5">–>-->
|
|
|
+<!-- <!– <el-button–>-->
|
|
|
+<!-- <!– type="primary"–>-->
|
|
|
+<!-- <!– plain–>-->
|
|
|
+<!-- <!– icon="el-icon-plus"–>-->
|
|
|
+<!-- <!– size="mini"–>-->
|
|
|
+<!-- <!– @click="handleAdd"–>-->
|
|
|
+<!-- <!– v-hasPermi="['business:WEBSITE:add']"–>-->
|
|
|
+<!-- <!– >新增</el-button>–>-->
|
|
|
+<!-- <!– </el-col>–>-->
|
|
|
+<!-- <!– <el-col :span="1.5">–>-->
|
|
|
+<!-- <!– <el-button–>-->
|
|
|
+<!-- <!– type="primary"–>-->
|
|
|
+<!-- <!– plain–>-->
|
|
|
+<!-- <!– icon="el-icon-edit"–>-->
|
|
|
+<!-- <!– :disabled="single"–>-->
|
|
|
+<!-- <!– @click="handleUpdate"–>-->
|
|
|
+<!-- <!– v-hasPermi="['business:WEBSITE:edit']"–>-->
|
|
|
+<!-- <!– >修改</el-button>–>-->
|
|
|
+<!-- <!– </el-col>–>-->
|
|
|
+<!-- <el-col :span="1.5">-->
|
|
|
+<!-- <el-button type="primary" icon="el-icon-edit" :disabled="single" @click="handleUpdate" v-hasPermi="['business:WEBSITE:edit']">修改</el-button>-->
|
|
|
+<!--<!– <el-button type="danger" icon="el-icon-delete" :disabled="multiple" @click="handleDelete" v-hasPermi="['business:WEBSITE:remove']">删除</el-button>–>-->
|
|
|
+<!-- </el-col>-->
|
|
|
+<!-- <!– <el-col :span="1.5">–>-->
|
|
|
+<!-- <!– <el-button–>-->
|
|
|
+<!-- <!– type="warning"–>-->
|
|
|
+<!-- <!– plain–>-->
|
|
|
+<!-- <!– icon="el-icon-download"–>-->
|
|
|
+<!-- <!– size="mini"–>-->
|
|
|
+<!-- <!– @click="handleExport"–>-->
|
|
|
+<!-- <!– v-hasPermi="['business:WEBSITE:export']"–>-->
|
|
|
+<!-- <!– >导出</el-button>–>-->
|
|
|
+<!-- <!– </el-col>–>-->
|
|
|
+<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
|
|
+<!-- </el-row>-->
|
|
|
|
|
|
<el-table :data="WEBSITEList" @selection-change="handleSelectionChange" height="calc(100vh - 300px)">
|
|
|
- <el-table-column type="selection" width="55" align="center" />
|
|
|
<el-table-column label="网址名字" align="center" prop="websiteName" />
|
|
|
<!-- <el-table-column label="背景图片" align="center" prop="websiteUrl">
|
|
|
<template slot-scope="scope">
|
|
@@ -62,7 +62,7 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['business:WEBSITE:edit']">修改</el-button>
|
|
|
- <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['business:WEBSITE:remove']">删除</el-button>
|
|
|
+<!-- <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['business:WEBSITE:remove']">删除</el-button>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -79,44 +79,50 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-form-item label="顶部背景图" prop="websiteUrl">
|
|
|
- <el-upload action="#" list-type="picture-card" :limit="1" :auto-upload="true" :http-request="httprequest" :before-upload="beforeupload" :file-list="fileList">
|
|
|
- <i slot="default" class="el-icon-plus"></i>
|
|
|
- <div slot="file" slot-scope="{ file }">
|
|
|
- <img class="el-upload-list__item-thumbnail" :src="file.url" />
|
|
|
-
|
|
|
- <!-- 放大预览 -->
|
|
|
- <span class="el-upload-list__item-actions">
|
|
|
- <span class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)">
|
|
|
- <i class="el-icon-zoom-in"></i>
|
|
|
- </span>
|
|
|
- <!-- 删除图片 -->
|
|
|
- <span v-if="!disabled" class="el-upload-list__item-delete" @click="handleRemove(file)">
|
|
|
- <i class="el-icon-delete"></i>
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </el-upload>
|
|
|
+ <el-form-item label="顶部背景图" prop="topPicture">
|
|
|
+ <cropper v-model="form.topPicture" :fixed_number="[4, 2]"></cropper>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="底部背景图" prop="websiteUrl">
|
|
|
- <el-upload action="#" list-type="picture-card" :limit="1" :auto-upload="true" :http-request="httprequest" :before-upload="beforeupload2" :file-list="fileList2">
|
|
|
- <i slot="default" class="el-icon-plus"></i>
|
|
|
- <div slot="file" slot-scope="{ file }">
|
|
|
- <img class="el-upload-list__item-thumbnail" :src="file.url" />
|
|
|
-
|
|
|
- <!-- 放大预览 -->
|
|
|
- <span class="el-upload-list__item-actions">
|
|
|
- <span class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)">
|
|
|
- <i class="el-icon-zoom-in"></i>
|
|
|
- </span>
|
|
|
- <!-- 删除图片 -->
|
|
|
- <span v-if="!disabled" class="el-upload-list__item-delete" @click="handleRemove2(file)">
|
|
|
- <i class="el-icon-delete"></i>
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </el-upload>
|
|
|
+ <el-form-item label="底部背景图" prop="bottomPicture">
|
|
|
+ <cropper v-model="form.bottomPicture" :fixed_number="[34, 2]"></cropper>
|
|
|
</el-form-item>
|
|
|
+<!-- <el-form-item label="顶部背景图" prop="websiteUrl">-->
|
|
|
+<!-- <el-upload action="#" list-type="picture-card" :limit="1" :auto-upload="true" :http-request="httprequest" :before-upload="beforeupload" :file-list="fileList">-->
|
|
|
+<!-- <i slot="default" class="el-icon-plus"></i>-->
|
|
|
+<!-- <div slot="file" slot-scope="{ file }">-->
|
|
|
+<!-- <img class="el-upload-list__item-thumbnail" :src="file.url" />-->
|
|
|
+
|
|
|
+<!-- <!– 放大预览 –>-->
|
|
|
+<!-- <span class="el-upload-list__item-actions">-->
|
|
|
+<!-- <span class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)">-->
|
|
|
+<!-- <i class="el-icon-zoom-in"></i>-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- <!– 删除图片 –>-->
|
|
|
+<!-- <span v-if="!disabled" class="el-upload-list__item-delete" @click="handleRemove(file)">-->
|
|
|
+<!-- <i class="el-icon-delete"></i>-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </el-upload>-->
|
|
|
+<!-- </el-form-item>-->
|
|
|
+<!-- <el-form-item label="底部背景图" prop="websiteUrl">-->
|
|
|
+<!-- <el-upload action="#" list-type="picture-card" :limit="1" :auto-upload="true" :http-request="httprequest" :before-upload="beforeupload2" :file-list="fileList2">-->
|
|
|
+<!-- <i slot="default" class="el-icon-plus"></i>-->
|
|
|
+<!-- <div slot="file" slot-scope="{ file }">-->
|
|
|
+<!-- <img class="el-upload-list__item-thumbnail" :src="file.url" />-->
|
|
|
+
|
|
|
+<!-- <!– 放大预览 –>-->
|
|
|
+<!-- <span class="el-upload-list__item-actions">-->
|
|
|
+<!-- <span class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)">-->
|
|
|
+<!-- <i class="el-icon-zoom-in"></i>-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- <!– 删除图片 –>-->
|
|
|
+<!-- <span v-if="!disabled" class="el-upload-list__item-delete" @click="handleRemove2(file)">-->
|
|
|
+<!-- <i class="el-icon-delete"></i>-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </el-upload>-->
|
|
|
+<!-- </el-form-item>-->
|
|
|
</el-form>
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|