|
|
@ -123,7 +123,13 @@ |
|
|
min-width="150" |
|
|
min-width="150" |
|
|
align="center"> |
|
|
align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-select v-model="scope.row.resourceId" size="small" style="width: 100%;"> |
|
|
|
|
|
|
|
|
<el-select |
|
|
|
|
|
v-model="scope.row.resourceId" |
|
|
|
|
|
filterable |
|
|
|
|
|
clearable |
|
|
|
|
|
placeholder="请选择或输入搜索" |
|
|
|
|
|
size="small" |
|
|
|
|
|
style="width: 100%;"> |
|
|
<el-option |
|
|
<el-option |
|
|
v-for="(item, index) in resourceList" |
|
|
v-for="(item, index) in resourceList" |
|
|
:key="index" |
|
|
:key="index" |
|
|
|