Browse Source

图片显示

dev
0.0 3 years ago
parent
commit
adabec2af0
  1. 9
      src/views/wjnft/rotation/index.vue

9
src/views/wjnft/rotation/index.vue

@ -106,7 +106,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row> </el-row>
<el-table v-loading="loading" :data="rotationList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="rotationList" @selection-change="handleSelectionChange" @close='handleCancle' >
<el-table-column type="selection" width="55" align="center" /> <el-table-column type="selection" width="55" align="center" />
<el-table-column label="序号" align="center" type="index" width="50" /> <el-table-column label="序号" align="center" type="index" width="50" />
<el-table-column label="类别" align="center" prop="identification" > <el-table-column label="类别" align="center" prop="identification" >
@ -196,7 +196,7 @@
/> />
<!-- 添加或修改pc端轮播图对话框 --> <!-- 添加或修改pc端轮播图对话框 -->
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body> <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body @close='handleCancle'>
<el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form-item label="类别" prop="identification"> <el-form-item label="类别" prop="identification">
<!-- <el-input v-model="form.identification" placeholder="请输入1-首页,2-创作者,3-市场,4-公司,5-登录注册" />--> <!-- <el-input v-model="form.identification" placeholder="请输入1-首页,2-创作者,3-市场,4-公司,5-登录注册" />-->
@ -394,7 +394,9 @@ export default {
}, },
methods: { methods: {
handleCancle () {
this.echo =false;
},
conceal(event){ conceal(event){
console.log(event); console.log(event);
if(event === "1"){ if(event === "1"){
@ -403,7 +405,6 @@ export default {
this.hide = false; this.hide = false;
} }
}, },
/** 查询pc端轮播图列表 */ /** 查询pc端轮播图列表 */
getList() { getList() {
//console.log(this.global.apiUrl); //console.log(this.global.apiUrl);

Loading…
Cancel
Save