|
@@ -150,11 +150,11 @@
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="标准附件" align="center" width="100" fixed="right">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-button icon="el-icon-folder" style="color:#6e96fa;" circle @click="handleDoc(scope.row , 'questionnaire-standard')"></el-button>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+ <!--<el-table-column label="标准附件" align="center" width="100" fixed="right">-->
|
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
|
+ <!--<el-button icon="el-icon-folder" style="color:#6e96fa;" circle @click="handleDoc(scope.row , 'questionnaire-standard')"></el-button>-->
|
|
|
|
+ <!--</template>-->
|
|
|
|
+ <!--</el-table-column>-->
|
|
<el-table-column label="审计文档" align="center" width="100" fixed="right">
|
|
<el-table-column label="审计文档" align="center" width="100" fixed="right">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button icon="el-icon-folder" style="color:#6e96fa;" circle @click="handleDoc(scope.row , 'audit')"></el-button>
|
|
<el-button icon="el-icon-folder" style="color:#6e96fa;" circle @click="handleDoc(scope.row , 'audit')"></el-button>
|