Commit dba423f2 by 林家欣

后台提供商管理联调

parent b1661a9b
......@@ -109,10 +109,8 @@ export default {
</script>
<style lang="scss">
.dialog {
.el-dialog__body {
height: 60vh;
overflow-y: auto;
}
.el-dialog__body {
height: 60vh;
overflow-y: auto;
}
</style>
\ No newline at end of file
......@@ -56,20 +56,7 @@
@selection-change="selectionChangeHandle"
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
prop="titleEn"
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