|
@@ -22,15 +22,7 @@
|
|
|
style='margin:0 12px'
|
|
|
@change='getList'
|
|
|
></Select>
|
|
|
- <el-input
|
|
|
- placeholder='搜索实施方案说明'
|
|
|
- prefix-icon='el-icon-search'
|
|
|
- size='small'
|
|
|
- style='width:192px'
|
|
|
- v-model='ssfasm'
|
|
|
- clearable
|
|
|
- @blur='getList'
|
|
|
- ></el-input>
|
|
|
+ <el-input placeholder='搜索实施方案说明' prefix-icon='el-icon-search' size='small' style='width:192px' v-model='ssfasm' clearable @blur='getList'></el-input>
|
|
|
<!-- 当前阶段 -->
|
|
|
<Select
|
|
|
width='180'
|
|
@@ -68,16 +60,16 @@
|
|
|
<el-table-column prop='qs' label='期数' show-overflow-tooltip resizable width='80'>
|
|
|
<template slot-scope='{row}'>{{row.qs || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='lb' label='类别' show-overflow-tooltip resizable min-width="150">
|
|
|
+ <el-table-column prop='lb' label='类别' show-overflow-tooltip resizable min-width='210'>
|
|
|
<template slot-scope='{row}'>{{row.lb || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='xm' label='项目' show-overflow-tooltip resizable min-width="150">
|
|
|
+ <el-table-column prop='xm' label='项目' show-overflow-tooltip resizable min-width='150'>
|
|
|
<template slot-scope='{row}'>{{row.xm || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='sl' label='数量' show-overflow-tooltip resizable width='80'>
|
|
|
<template slot-scope='{row}'>{{row.sl>=0?row.sl:'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='ssfasm' label='实施方案说明' show-overflow-tooltip resizable min-width="150">
|
|
|
+ <el-table-column prop='ssfasm' label='实施方案说明' show-overflow-tooltip resizable min-width='320'>
|
|
|
<template slot-scope='{row}'>{{row.ssfasm || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='sxjd' label='当前阶段' show-overflow-tooltip resizable width='80'>
|
|
@@ -95,7 +87,7 @@
|
|
|
<el-table-column prop='zfje' label='结算金额' show-overflow-tooltip resizable width='80'>
|
|
|
<template slot-scope='{row}'>{{number_format(row.zfje,2)|| '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='xlcfwz' label='资料存放位置' show-overflow-tooltip resizable width="100">
|
|
|
+ <el-table-column prop='xlcfwz' label='资料存放位置' show-overflow-tooltip resizable width='100'>
|
|
|
<template slot-scope='{row}'>{{row.xlcfwz || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -150,7 +142,7 @@ export default {
|
|
|
methods: {
|
|
|
//序号的方法
|
|
|
indexMethod(index) {
|
|
|
- return (this.currentPage - 1) * this.size + index +1
|
|
|
+ return (this.currentPage - 1) * this.size + index + 1
|
|
|
},
|
|
|
//多余输入框监听
|
|
|
confirm(status, yssjwcsj) {
|
|
@@ -294,13 +286,13 @@ export default {
|
|
|
this.getList()
|
|
|
}
|
|
|
},
|
|
|
- sxjd(){
|
|
|
+ sxjd() {
|
|
|
this.getList()
|
|
|
},
|
|
|
- xm(){
|
|
|
+ xm() {
|
|
|
this.getList()
|
|
|
},
|
|
|
- lb(){
|
|
|
+ lb() {
|
|
|
this.getList()
|
|
|
}
|
|
|
},
|