2023-3-25
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
})
|
||||
},
|
||||
handleDelete(index, row) {
|
||||
this.$confirm('是否要删除该品牌', '提示', {
|
||||
this.$confirm('是否要删除该取货点', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
this.$router.push({path: '/build/updateWuyeCompany', query: {id: row.id}})
|
||||
},
|
||||
handleDelete(index, row) {
|
||||
this.$confirm('是否要删除该品牌', '提示', {
|
||||
this.$confirm('是否要删除该社区', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
||||
@@ -133,16 +133,6 @@
|
||||
name: 'subjectList',
|
||||
data() {
|
||||
return {
|
||||
operates: [
|
||||
{
|
||||
label: "显示品牌",
|
||||
value: "showSubject"
|
||||
},
|
||||
{
|
||||
label: "隐藏品牌",
|
||||
value: "hideSubject"
|
||||
}
|
||||
],
|
||||
operateType: null,
|
||||
listQuery: {
|
||||
keyword: null,
|
||||
@@ -219,7 +209,7 @@
|
||||
this.$router.push({path: '/cms/updateSubject', query: {id: row.id}})
|
||||
},
|
||||
handleDelete(index, row) {
|
||||
this.$confirm('是否要删除该品牌', '提示', {
|
||||
this.$confirm('是否要删除该条资讯', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
||||
@@ -121,6 +121,9 @@
|
||||
<el-card class="operate-container" shadow="never">
|
||||
<i class="el-icon-tickets"></i>
|
||||
<span>数据列表</span>
|
||||
<el-button style="margin-top: -5px;" type="primary" class="btn-add" @click="doExport()" size="small">
|
||||
导出Excel
|
||||
</el-button>
|
||||
</el-card>
|
||||
<!-- <div class="batch-operate-container">
|
||||
<el-checkbox v-model="printChecked" @change="batchSelection"
|
||||
@@ -710,6 +713,10 @@
|
||||
default:
|
||||
break;
|
||||
}
|
||||
},
|
||||
// 导出
|
||||
doExport(){
|
||||
|
||||
},
|
||||
handleExportOption(val) {
|
||||
let list = this.checkList;
|
||||
|
||||
@@ -115,6 +115,9 @@
|
||||
<el-card class="operate-container" shadow="never">
|
||||
<i class="el-icon-tickets"></i>
|
||||
<span>数据列表</span>
|
||||
<el-button style="margin-top: -5px;" type="primary" class="btn-add" @click="doExport()" size="small">
|
||||
导出Excel
|
||||
</el-button>
|
||||
</el-card>
|
||||
<div class="table-container">
|
||||
<el-table ref="orderTable" :data="list" style="width: 100%;" v-loading="listLoading" border>
|
||||
@@ -379,6 +382,10 @@
|
||||
this.caculateInfo = response.data;
|
||||
});
|
||||
},
|
||||
// 导出
|
||||
doExport(){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
@@ -215,7 +215,7 @@
|
||||
});
|
||||
},
|
||||
handleDelete(index, row) {
|
||||
this.$confirm('是否要删除该品牌', '提示', {
|
||||
this.$confirm('是否要删除该分类', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
||||
Reference in New Issue
Block a user