|
@@ -312,13 +312,13 @@
|
|
</div>
|
|
</div>
|
|
<el-table v-loading="loading_s" :data="agreementitemsList" @selection-change="handleSelectionChange">
|
|
<el-table v-loading="loading_s" :data="agreementitemsList" @selection-change="handleSelectionChange">
|
|
<!-- <el-table-column type="selection" width="55" align="center"/>-->
|
|
<!-- <el-table-column type="selection" width="55" align="center"/>-->
|
|
- <el-table-column label="行号" align="center" type="index"/>
|
|
|
|
|
|
+ <el-table-column label="行号" align="center" type="index" fixed="left"/>
|
|
|
|
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="fFeeunitid"
|
|
prop="fFeeunitid"
|
|
header-align="center"
|
|
header-align="center"
|
|
align="center"
|
|
align="center"
|
|
- width="180px"
|
|
|
|
|
|
+ width="125px"
|
|
label="计价单位"
|
|
label="计价单位"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -338,7 +338,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="开始天数" align="center" width="120">
|
|
|
|
|
|
+ <el-table-column label="开始天数" align="center" width="90">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
v-model="scope.row.fFromdays"
|
|
v-model="scope.row.fFromdays"
|
|
@@ -350,7 +350,7 @@
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="结束天数" align="center" width="120">
|
|
|
|
|
|
+ <el-table-column label="结束天数" align="center" width="90">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
v-model="scope.row.fEndays"
|
|
v-model="scope.row.fEndays"
|
|
@@ -362,7 +362,7 @@
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="单价" align="center" width="120">
|
|
|
|
|
|
+ <el-table-column label="单价" align="center" width="90">
|
|
<el-input
|
|
<el-input
|
|
slot-scope="scope"
|
|
slot-scope="scope"
|
|
v-model="scope.row.fPrice"
|
|
v-model="scope.row.fPrice"
|
|
@@ -383,7 +383,7 @@
|
|
size="small"
|
|
size="small"
|
|
/>
|
|
/>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="录入时间" align="center" width="120">
|
|
|
|
|
|
+ <el-table-column label="录入时间" align="center" width="150">
|
|
<el-input
|
|
<el-input
|
|
slot-scope="scope"
|
|
slot-scope="scope"
|
|
v-model="scope.row.createTime"
|
|
v-model="scope.row.createTime"
|
|
@@ -419,7 +419,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|