数据定价更新
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -1156,6 +1156,11 @@ onMounted(() => { | ... | @@ -1156,6 +1156,11 @@ onMounted(() => { |
| 1156 | clearable /> | 1156 | clearable /> |
| 1157 | </template> | 1157 | </template> |
| 1158 | </el-table-column> | 1158 | </el-table-column> |
| 1159 | <!-- <el-table-column label="操作" fixed="right" width="100"> | ||
| 1160 | <template #default="scope"> | ||
| 1161 | <el-button type="primary" link @click="btnClick({ value: 'expend' }, scope.row)">字段映射</el-button> | ||
| 1162 | </template> | ||
| 1163 | </el-table-column> --> | ||
| 1159 | </el-table> | 1164 | </el-table> |
| 1160 | </div> | 1165 | </div> |
| 1161 | </div> | 1166 | </div> | ... | ... |
-
Please register or sign in to post a comment