合同查询

This commit is contained in:
Vergil
2020-03-27 15:37:56 +08:00
parent 140d07dd3b
commit 2039cc3dd5

View File

@@ -24,8 +24,8 @@
format="yyyy-MM-dd" format="yyyy-MM-dd"
range-separator="" range-separator=""
style="width:250px" style="width:250px"
start-placeholder="开始日期" start-placeholder="合同创建时间"
end-placeholder="结束日期"/> end-placeholder=" "/>
<!--<span>审批情况:</span>--> <!--<span>审批情况:</span>-->
<el-select v-model="approvalValue" placeholder="审批情况" size="small" clearable style="margin-left: 10px"> <el-select v-model="approvalValue" placeholder="审批情况" size="small" clearable style="margin-left: 10px">
<el-option <el-option
@@ -46,7 +46,7 @@
{{ scope.row.采购合同编号 }} {{ scope.row.采购合同编号 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="采购合同名称" align="center"> <el-table-column label="采购合同名称" align="center" width="120px">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.采购合同名称 }} {{ scope.row.采购合同名称 }}
</template> </template>
@@ -91,7 +91,7 @@
{{ scope.row.审批时间 }} {{ scope.row.审批时间 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="未通过原因" align="center"> <el-table-column label="未通过原因" align="center" width="110px">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.未通过原因 }} {{ scope.row.未通过原因 }}
</template> </template>