Commit e849c2a0 authored by anxixi's avatar anxixi

运营指标验收等功能

parent eea01e5a
......@@ -99,6 +99,7 @@
{{scope.row.checkState=='AS02'?'待验收':scope.row.checkState=='AS03'?'已验收':scope.row.checkState=='AS04'?'已驳回':''}}
</template>
</el-table-column>
<el-table-column prop="checkName" label="操作人" align="center"></el-table-column>
<el-table-column prop="createdTime" label="创建时间" align="center" width="80"></el-table-column>
<el-table-column :label="$t('listjson.action')" width="100" align='center' fixed="right">
<template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment