|
@@ -37,7 +37,7 @@
|
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :md="24" :sm="8">
|
|
|
- <a-form-model-item label="备注信息" class="nresume" style="height:100px !important">
|
|
|
+ <a-form-model-item label="账户信息" class="nresume" style="height:100px !important">
|
|
|
<a-input type="textarea" placeholder="请输入" v-model="formState.demo"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
@@ -619,6 +619,7 @@
|
|
|
this.syCarryBTable.dataSource.map(item=>{
|
|
|
item.orderDate = moment(item.orderDate)
|
|
|
})
|
|
|
+ this.getRemarks()
|
|
|
// this.handleChangePrice()
|
|
|
this.$message.success('导入成功')
|
|
|
// this.
|