|
|
@@ -240,13 +240,13 @@ a {
|
|
|
>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="dwz_url" label="问卷地址">
|
|
|
+ <!-- <el-table-column prop="dwz_url" label="问卷地址">
|
|
|
<template slot-scope="scope">
|
|
|
<a :href="scope.row.dwz_url" target="_blank"
|
|
|
><span>{{scope.row.dwz_url}}</span></a
|
|
|
>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column prop="cname" label="填报统计">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|