Commit dba423f2 by 林家欣

后台提供商管理联调

parent b1661a9b
...@@ -109,10 +109,8 @@ export default { ...@@ -109,10 +109,8 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
.dialog { .el-dialog__body {
.el-dialog__body { height: 60vh;
height: 60vh; overflow-y: auto;
overflow-y: auto;
}
} }
</style> </style>
\ No newline at end of file
...@@ -56,20 +56,7 @@ ...@@ -56,20 +56,7 @@
@selection-change="selectionChangeHandle" @selection-change="selectionChangeHandle"
style="width: 100%" style="width: 100%"
> >
<el-table-column
type="selection"
header-align="center"
align="center"
width="50"
>
</el-table-column>
<el-table-column
prop="id"
header-align="center"
align="center"
label="ID"
>
</el-table-column>
<el-table-column <el-table-column
prop="titleEn" prop="titleEn"
header-align="center" header-align="center"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment