|
|
@@ -7,9 +7,9 @@
|
|
|
<template slot="menuLeft">
|
|
|
<slot name="menuLeft"></slot>
|
|
|
</template>
|
|
|
- <template slot="index" slot-scope="{ row,index }">
|
|
|
+ <!-- <template slot="index" slot-scope="{ row,index }">
|
|
|
<span>{{ index+1 }}</span>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<tempalte slot="currentStlAmountRMB" slot-scope="{ row }">
|
|
|
<el-input-number v-if="brfalse" v-model="row.currentStlAmountRMB" @change="armbChange(row)"
|
|
|
:controls="false" placeholder="请输入 本次对账CNY" size="mini" style="width: 100%;"
|
|
|
@@ -97,12 +97,12 @@ export default {
|
|
|
// // expandFixed: false,
|
|
|
// menuFixed: false,
|
|
|
column: [
|
|
|
- {
|
|
|
- label: "序号",
|
|
|
- prop: "index",
|
|
|
- width: 60,
|
|
|
- overHidden: true
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: "序号",
|
|
|
+ // prop: "index",
|
|
|
+ // width: 60,
|
|
|
+ // overHidden: true
|
|
|
+ // },
|
|
|
{
|
|
|
label: "所属公司",
|
|
|
prop: "branchName",
|