Lijy 1 月之前
父节点
当前提交
0c3bcf70f0
共有 1 个文件被更改,包括 3 次插入6 次删除
  1. 3 6
      fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

+ 3 - 6
fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

@@ -251,11 +251,9 @@
                     </el-table-column>
                     </el-table-column>
                     <el-table-column label="文件名称" v-if="documentRadios == '待他人审核'">
                     <el-table-column label="文件名称" v-if="documentRadios == '待他人审核'">
                         <template slot-scope="scope">
                         <template slot-scope="scope">
-                            <template slot-scope="scope">
-                                <el-link @click.stop.native="viewOnline(scope.row)">
-                                    {{scope.row.documentName}}
-                                </el-link>
-                            </template>
+                            <el-link @click.stop.native="viewOnline(scope.row)">
+                                {{scope.row.documentName}}
+                            </el-link>
                         </template>
                         </template>
                     </el-table-column>
                     </el-table-column>
                     <el-table-column prop="executorName" :label="$t('zhi-hang-ren')" sortable>
                     <el-table-column prop="executorName" :label="$t('zhi-hang-ren')" sortable>
@@ -2064,7 +2062,6 @@ import { getThemeColor } from '@/utils/commonMethod.js'
                 this.title=this.$t('createtask ');
                 this.title=this.$t('createtask ');
                 this.commentList = [];
                 this.commentList = [];
                 this.showOrNot = true
                 this.showOrNot = true
-
                 let obj = {
                 let obj = {
                     create: true,
                     create: true,
                     addForm: this.addForm,
                     addForm: this.addForm,