|
|
@ -324,6 +324,8 @@
|
|
|
|
v-if="refreshWorkerTable"
|
|
|
|
v-if="refreshWorkerTable"
|
|
|
|
v-loading="workerLoading"
|
|
|
|
v-loading="workerLoading"
|
|
|
|
row-key="workorderCode"
|
|
|
|
row-key="workorderCode"
|
|
|
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
|
|
|
max-height="240"
|
|
|
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table-column width="60" align="center" label="序号" type="index" :index="indexMethod"></el-table-column>
|
|
|
|
<el-table-column width="60" align="center" label="序号" type="index" :index="indexMethod"></el-table-column>
|
|
|
|