页面细节修改

product
bawei 2 years ago
parent 27f477ccfa
commit b264f1907f

@ -152,17 +152,19 @@
width="150"
align="center"
/>
<el-table-column
label="币别 "
width="150"
label="币别"
prop="currency"
algin="center"
sortable
width="150"
align="center"
>
<template slot-scope="scope">
{{ scope.row.currency | dynamicText(currencyOptions) }}
</template>
</el-table-column>
<el-table-column
prop="invoiceAmount"
label="发票金额"
@ -223,7 +225,7 @@
width="150"
align="center"
/>
<el-table-column label="操作" fixed="right" width="150">
<el-table-column label="操作" fixed="right" width="150" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -235,7 +235,7 @@
width="150"
align="center"
/>
<el-table-column label="操作" fixed="right" width="150">
<el-table-column label="操作" fixed="right" width="150" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -250,7 +250,7 @@
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" width="150">
<el-table-column label="操作" fixed="right" width="150" align="center">
<template slot-scope="scope">
<el-button type="text" v-has="'btn_upload'" @click="exportData()"
>导出

@ -232,7 +232,7 @@
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" width="80">
<el-table-column label="操作" fixed="right" width="80" align="center">
<template slot-scope="scope">
<!-- <el-button type="text" v-has="'btn_edit'"-->
<!-- @click="addOrUpdateHandle(scope.row.id)">编辑-->

@ -195,7 +195,7 @@
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" width="80">
<el-table-column label="操作" fixed="right" width="80" align="center">
<template slot-scope="scope">
<!-- <el-button type="text" v-has="'btn_edit'"-->
<!-- @click="addOrUpdateHandle(scope.row.id)">编辑-->

@ -157,16 +157,16 @@
</el-select>
</template>
</el-table-column>
<el-table-column label="操作" width="50">
<template slot-scope="scope">
<el-button size="mini" type="text" class="JNPF-table-delBtn"
@click="delpurchaseback_item0List(scope.$index)">删除</el-button>
</template>
</el-table-column>
<!-- <el-table-column label="操作" width="50">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button size="mini" type="text" class="JNPF-table-delBtn"-->
<!-- @click="delpurchaseback_item0List(scope.$index)">删除</el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table>
<div class="table-actions" @click="addpurchaseback_item0List()">
<el-button type="text" icon="el-icon-plus">添加</el-button>
</div>
<!-- <div class="table-actions" @click="addpurchaseback_item0List()">-->
<!-- <el-button type="text" icon="el-icon-plus">添加</el-button>-->
<!-- </div>-->
</el-form-item>
</el-col>
</el-tab-pane>

@ -170,7 +170,7 @@
align="center"
sortable
/>
<el-table-column label="操作" fixed="right" width="150">
<el-table-column label="操作" fixed="right" width="150" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -232,7 +232,7 @@
width="120"
align="center"
/>
<el-table-column label="操作" fixed="right" width="150">
<el-table-column label="操作" fixed="right" width="150" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -200,7 +200,7 @@
align="center"
sortable
/>
<el-table-column label="操作" fixed="right" width="150">
<el-table-column label="操作" fixed="right" width="150" align="center">
<template slot-scope="scope">
<el-button
type="text"

@ -234,10 +234,10 @@
/>
<el-table-column
label="币别"
width="0"
prop="currency"
algin="center"
sortable
width="150"
align="center"
>
<template slot-scope="scope">
{{ scope.row.currency | dynamicText(currencyOptions) }}
@ -325,7 +325,7 @@
<el-table-column
label="操作"
fixed="right"
algin="center"
align="center"
width="150"
>
<template slot-scope="scope">

@ -321,7 +321,7 @@
sortable
/>
<el-table-column label="操作" fixed="right" width="80">
<el-table-column label="操作" fixed="right" width="80" align="center">
<template slot-scope="scope">
<!-- <el-button type="text" v-has="'btn_edit'"-->
<!-- @click="addOrUpdateHandle(scope.row.id)">编辑-->

@ -148,7 +148,7 @@
align="center"
sortable
/>
<el-table-column label="操作" fixed="right" width="150">
<el-table-column label="操作" fixed="right" width="150" align="center">
<template slot-scope="scope">
<el-button
type="text"

Loading…
Cancel
Save