166b1710 by lxs

数据定价更新

1 parent a58dc199
...@@ -1156,11 +1156,11 @@ onMounted(() => { ...@@ -1156,11 +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"> 1159 <!-- <el-table-column label="操作" fixed="right" width="100">
1160 <template #default="scope"> 1160 <template #default="scope">
1161 <el-button type="primary" link @click="btnClick({ value: 'expend' }, scope.row)">字段映射</el-button> 1161 <el-button type="primary" link @click="btnClick({ value: 'expend' }, scope.row)">字段映射</el-button>
1162 </template> 1162 </template>
1163 </el-table-column> 1163 </el-table-column> -->
1164 </el-table> 1164 </el-table>
1165 </div> 1165 </div>
1166 </div> 1166 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!