浏览代码

问卷详情 - 移除“标准附件”

wangggziwen 5 月之前
父节点
当前提交
2b5ec2dcd6
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      ruoyi-ui/src/views/rc/questionnaire/index.vue

+ 5 - 5
ruoyi-ui/src/views/rc/questionnaire/index.vue

@@ -150,11 +150,11 @@
           </span>
         </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">-->
+        <!--<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 , 'audit')"></el-button>