专区的产品目录不能查看数据
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1007,7 +1007,7 @@ const handleClick = () => { | ... | @@ -1007,7 +1007,7 @@ const handleClick = () => { |
| 1007 | <span>{{ scope.row["updateTime"] || '--' }}</span> | 1007 | <span>{{ scope.row["updateTime"] || '--' }}</span> |
| 1008 | </template> | 1008 | </template> |
| 1009 | </el-table-column> | 1009 | </el-table-column> |
| 1010 | <el-table-column label="操作" minWidth="120px" align="left" fixed="right" show-overflow-tooltip> | 1010 | <el-table-column label="操作" minWidth="120px" align="left" fixed="right" v-if="!detailInfo.zqName" show-overflow-tooltip> |
| 1011 | <template #default="scope"> | 1011 | <template #default="scope"> |
| 1012 | <span class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> | 1012 | <span class="text_btn" @click="handleTableViewData(scope)">查看样例数据</span> |
| 1013 | </template> | 1013 | </template> | ... | ... |
-
Please register or sign in to post a comment