Commit 1b2c1a36 authored by youjie's avatar youjie

优化分类样式

parent 60e0c29c
...@@ -48,40 +48,52 @@ ...@@ -48,40 +48,52 @@
</ul> </ul>
</div> </div>
<el-table :data="DataList" style="width:100%" v-loading='loading'> <el-table :data="DataList" style="width:100%" v-loading='loading'>
<el-table-column fixed :label="$t('ground.fenleimc')"> <el-table-column fixed :label="$t('ground.fenleimc')" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{scope.row.CategoryName}}</div> {{scope.row.CategoryName}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('objFill.cengji')"> <el-table-column :label="$t('objFill.cengji')" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{['', $t('objFill.jibies')[0],$t('objFill.jibies')[1],$t('objFill.jibies')[2]][scope.row.Level]}}</div> {{['', $t('objFill.jibies')[0],$t('objFill.jibies')[1],$t('objFill.jibies')[2]][scope.row.Level]}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('objFill.v101.Rest.fuji')"> <el-table-column :label="$t('objFill.v101.Rest.fuji')" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{scope.row.ParentName}}</div> {{scope.row.ParentName}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('objFill.v101.Rest.shifouremen')"> <el-table-column :label="$t('objFill.v101.Rest.shifouremen')" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{scope.row.IsHot === 1 ? $t('pub.yes') : $t('pub.no')}}</div> {{scope.row.IsHot === 1 ? $t('pub.yes') : $t('pub.no')}}</div>
<div>{{scope.row.TotalInventory}}</div> <div>{{scope.row.TotalInventory}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('op.IsSelfGuidedTour')"> <el-table-column :label="$t('op.IsSelfGuidedTour')" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{scope.row.IsSelfGuidedTour === 1 ? $t('pub.yes') : $t('pub.no')}}</div> {{scope.row.IsSelfGuidedTour === 1 ? $t('pub.yes') : $t('pub.no')}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('hotel.hotel_corrlelatition')"> <el-table-column :label="$t('hotel.hotel_corrlelatition')">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.AreaList&&scope.row.AreaList.length>0"> <el-tooltip
class="box-item"
effect="dark"
:content="scope.row.Areas+scope.row.Lines+scope.row.Seriess"
placement="top"
>
<div style="white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;">
<p v-if="scope.row.Areas">{{ scope.row.Areas }}</p>
<p v-if="scope.row.Lines">{{ scope.row.Lines }}</p>
<p v-if="scope.row.Seriess">{{ scope.row.Seriess }}</p>
</div>
</el-tooltip>
<!-- <template v-if="scope.row.AreaList&&scope.row.AreaList.length>0">
<div> <div>
<span v-for="(file,fIndex) in scope.row.AreaList" :key="`d_`+scope.row.Id+`_a_`+fIndex"> <span v-for="(file,fIndex) in scope.row.AreaList" :key="`d_`+scope.row.Id+`_a_`+fIndex">
{{file.Name}}{{(fIndex== (scope.row.AreaList.length-1)&&scope.row.AreaList.length>1)?"":","}} {{file.Name}}{{(fIndex== (scope.row.AreaList.length-1)&&scope.row.AreaList.length>1)?"":","}}
...@@ -101,33 +113,33 @@ ...@@ -101,33 +113,33 @@
{{file.Name}}{{(fIndex== (scope.row.SeriesList.length-1)&&scope.row.SeriesList.length>1)?"":","}} {{file.Name}}{{(fIndex== (scope.row.SeriesList.length-1)&&scope.row.SeriesList.length>1)?"":","}}
</span> </span>
</div> </div>
</template> </template> -->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('objFill.v101.paixuma')"> <el-table-column :label="$t('objFill.v101.paixuma')" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{scope.row.Sort}}</div> {{scope.row.Sort}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('objFill.v101.activity.col6.t8')"> <el-table-column :label="$t('objFill.v101.activity.col6.t8')" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<el-image class="icon" :src="scope.row.Icon" :preview-src-list="[scope.row.Icon]"> </el-image> <el-image class="icon" :src="scope.row.Icon" :preview-src-list="[scope.row.Icon]"> </el-image>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('objFill.v101.Rest.beijintup')"> <el-table-column :label="$t('objFill.v101.Rest.beijintup')" width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<el-image class="icon" :src="scope.row.BackgroundImage" :preview-src-list="[scope.row.BackgroundImage]"> <el-image class="icon" :src="scope.row.BackgroundImage" :preview-src-list="[scope.row.BackgroundImage]">
</el-image> </el-image>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed :label="$t('admin.admin_status')"> <el-table-column :label="$t('admin.admin_status')" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{scope.row.Enable === 1 ? $t('fnc.qiyong') :$t('active.ld_jinyong')}}</div> {{scope.row.Enable === 1 ? $t('fnc.qiyong') :$t('active.ld_jinyong')}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('system.table_operation')" header-align="center"> <el-table-column fixed="right" :label="$t('system.table_operation')" header-align="center" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('system.table_edit')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('system.table_edit')" placement="top-start">
<el-button type="primary" icon="el-icon-edit" circle <el-button type="primary" icon="el-icon-edit" circle
...@@ -437,7 +449,32 @@ ...@@ -437,7 +449,32 @@
this.loading = true this.loading = true
this.apipost('ws_post_GetCategoryPageList', this.msg, res => { this.apipost('ws_post_GetCategoryPageList', this.msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let arrList = function(list){
list.forEach(x=>{
x.Areas = ''
x.Lines = ''
x.Seriess = ''
})
}
arrList(res.data.data.pageData)
this.DataList = res.data.data.pageData; this.DataList = res.data.data.pageData;
for(let i=0;i<this.DataList.length;i++){
if(this.DataList[i].AreaList&&this.DataList[i].AreaList.length>0){
for(let j=0;j<this.DataList[i].AreaList.length;j++){
this.DataList[i].Areas+=this.DataList[i].AreaList[j].Name+ (j!=this.DataList[i].AreaList.length-1?',':'')
}
}
if(this.DataList[i].LineList&&this.DataList[i].LineList.length>0){
for(let j=0;j<this.DataList[i].LineList.length;j++){
this.DataList[i].Lines+=this.DataList[i].LineList[j].Name+ (j!=this.DataList[i].LineList.length-1?',':'')
}
}
if(this.DataList[i].SeriesList&&this.DataList[i].SeriesList.length>0){
for(let j=0;j<this.DataList[i].SeriesList.length;j++){
this.DataList[i].Seriess+=this.DataList[i].SeriesList[j].Name+ (j!=this.DataList[i].SeriesList.length-1?',':'')
}
}
}
this.total = res.data.data.count; this.total = res.data.data.count;
} }
this.loading = false this.loading = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment