创建合同,页面显示修改
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
<template slot-scope="scope">
|
||||
<span>后</span>
|
||||
<el-input v-model="scope.row.提前x天提醒" size="small" style="width:50px" placeholder="请输入提前X天提醒" @change="editDay(scope.row)"/>
|
||||
<span>天</span>
|
||||
<span>天内完成</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="状态" width="100px">
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
</el-card>
|
||||
<el-card v-show="ExecutionProgressShow">
|
||||
<div>
|
||||
<h4 style="display: inline-block">合同进度</h4>
|
||||
<h4 style="display: inline-block">项目进度</h4>
|
||||
<div style="display: inline-block; float:right">
|
||||
<span>已完成进度:</span>
|
||||
<el-select v-model="executionProgressID" placeholder="请输入目前执行进度" size="small" style="width: 130px;margin-left: 20px" @change="changeExecutionProgressID">
|
||||
|
||||
Reference in New Issue
Block a user