4538fd70 by lxs Committed by lihua

数据定价更新

1 parent cf1b8836
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!