参会流程第五步,审批意见改成回执说明

This commit is contained in:
wangxiahui@91isoft.com
2021-12-05 14:50:57 +08:00
parent 9d505caf60
commit 6b1bde788b
6 changed files with 21 additions and 18 deletions
@@ -69,7 +69,7 @@
<el-table-column
prop="category"
label="标准/政策"
width="180"
width="150"
align="center">
<template slot-scope="scope">
<a class="table-jump" @click.stop="handlePreview(scope.row)">{{ scope.row.category }}</a>
@@ -86,6 +86,7 @@
<el-table-column
prop="endTime"
label="征求意见周期"
width="200"
align="center">
<template slot-scope="scope">
{{ scope.row.startTime + ' ~ ' + scope.row.endTime }}
@@ -94,6 +95,7 @@
<el-table-column
prop="startTime"
label="上传时间"
width="200"
align="center">
</el-table-column>
</el-table>