Compare commits

...

2 Commits

Author SHA1 Message Date
xiaofajia
fb944acea3 Merge branch 'repair' of http://122.51.230.86:3000/dianliang/lanan-system-vue into repair 2024-12-06 14:40:29 +08:00
xiaofajia
d60a51e8bf 项目的分类 2024-12-06 14:40:11 +08:00

View File

@ -75,12 +75,12 @@
<span class="item__txt">{{ scope.row.sale ? scope.row.sale.name : scope.row.sale }}</span>
</div>
</el-table-column>
<!-- <el-table-column v-if="!exportColumn.includes('type')" align="center" label="类型" width="180" prop="type">-->
<!-- <div v-if="scope.row.id" class="item" slot-scope="scope">-->
<!-- <ServerChoose @input-blur="save(scope.row)" class="item__input" v-model="scope.row.type"/>-->
<!-- <span class="item__txt">{{ scope.row.type }}</span>-->
<!-- </div>-->
<!-- </el-table-column>-->
<el-table-column v-if="!exportColumn.includes('type')" align="center" label="类型" width="180" prop="type">
<div v-if="scope.row.id" class="item" slot-scope="scope">
<ServerChoose @input-blur="save(scope.row)" class="item__input" v-model="scope.row.type"/>
<span class="item__txt">{{ scope.row.type }}</span>
</div>
</el-table-column>
<!-- <el-table-column v-if="!exportColumn.includes('accountType')" align="center" label="账类" width="180" prop="accountType">-->
<!-- <div v-if="scope.row.id" class="item" slot-scope="scope">-->
<!-- <el-select v-model="scope.row.accountType" class="item__input" @blur="save(scope.row)">-->