Commit 65dd65ce authored by 张俊's avatar 张俊

Merge branch 'dev' of https://cloud.wodcloud.com/git/apaas/apaas-v3-ui into dev

parents 21be4138 e84dc7e1
......@@ -33,7 +33,6 @@
:data="item.value.datas"
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
>
<el-table-column width="30"></el-table-column>
<el-table-column
v-for="(v, i) in item.value.columns"
:key="'table_column_' + index + '_' + i"
......
......@@ -206,6 +206,12 @@ export default {
align: "center",
width: 180,
},
{
label: "工作区域",
prop: "workarea_name",
align: "center",
width: 180,
},
{
label: "操作",
type: "buttons",
......
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