This commit is contained in:
caoxinyu
2019-09-24 10:13:36 +08:00
parent 2a90014ac1
commit 3b9805e47d
4 changed files with 6 additions and 7 deletions

View File

@@ -162,7 +162,7 @@
</template>
</el-table-column>
</el-table>
<el-tooltip content="一键删除交货期" placement="right">
<el-tooltip content="一键删除交货期" placement="right" open-delay="1000">
<el-button type="danger" icon="el-icon-date" size="small" @click="deleteAllDate()"/>
</el-tooltip>
<span>①选择合同模板</span>
@@ -176,7 +176,9 @@
<!--<el-input v-model="actualTotal" size="small" style="width: 100px"/>-->
<!--<el-button type="primary" size="small" @click="submitTotal()">确认</el-button>-->
<span>②递交审批</span>
<el-button type="success" size="small" @click="generateContract()">递交</el-button>
<el-tooltip effect="dark" content="核对信息后生成合同" placement="top" open-delay="1000">
<el-button type="success" size="small" @click="generateContract()">递交</el-button>
</el-tooltip>
<hr>
<!--html代码-->
<div v-show="false">{{ content }}</div>