|
|
@@ -70,11 +70,11 @@
|
|
|
|
|
|
<el-table-column label="执行人" prop="UserName" align="center"></el-table-column>
|
|
|
|
|
|
- <el-table-column label="提交" prop="CreateTime">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+ <!--<el-table-column label="提交" prop="CreateTime">-->
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
+ <!--{{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}-->
|
|
|
+ <!--</template>-->
|
|
|
+ <!--</el-table-column>-->
|
|
|
|
|
|
<el-table-column label="操作" width="130" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
@@ -114,11 +114,11 @@
|
|
|
<el-table-column label="公司名称" prop="SupplierName"></el-table-column>
|
|
|
|
|
|
<el-table-column label="执行人" prop="UserName"></el-table-column>
|
|
|
- <el-table-column label="提交" prop="CreateTime">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+ <!--<el-table-column label="提交" prop="CreateTime">-->
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
+ <!--{{ jstimehandle(timestampToTime(scope.row.CreateTime)) }}-->
|
|
|
+ <!--</template>-->
|
|
|
+ <!--</el-table-column>-->
|
|
|
<el-table-column label="操作" width="130" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" title="打开" icon="el-icon-edit" size="mini" @click="rowClick(scope.row)">打开</el-button>
|