创建合同,页面显示修改

This commit is contained in:
caoxinyu
2018-12-13 20:09:44 +08:00
parent 4ae8311181
commit 0e7b630bbc
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span></span> <span></span>
<el-input v-model="scope.row.提前x天提醒" size="small" style="width:50px" placeholder="请输入提前X天提醒" @change="editDay(scope.row)"/> <el-input v-model="scope.row.提前x天提醒" size="small" style="width:50px" placeholder="请输入提前X天提醒" @change="editDay(scope.row)"/>
<span></span> <span>内完成</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="状态" width="100px"> <el-table-column align="center" label="状态" width="100px">

View File

@@ -186,7 +186,7 @@
</el-card> </el-card>
<el-card v-show="ExecutionProgressShow"> <el-card v-show="ExecutionProgressShow">
<div> <div>
<h4 style="display: inline-block">合同进度</h4> <h4 style="display: inline-block">项目进度</h4>
<div style="display: inline-block; float:right"> <div style="display: inline-block; float:right">
<span>已完成进度</span> <span>已完成进度</span>
<el-select v-model="executionProgressID" placeholder="请输入目前执行进度" size="small" style="width: 130px;margin-left: 20px" @change="changeExecutionProgressID"> <el-select v-model="executionProgressID" placeholder="请输入目前执行进度" size="small" style="width: 130px;margin-left: 20px" @change="changeExecutionProgressID">