Compare commits

..

No commits in common. "6ba67e43f2c0176bf253b20da00a08b560454417" and "e1ae3939a34fc4015ef3cc2479d590aaab48049c" have entirely different histories.

3 changed files with 5 additions and 3 deletions

View File

@ -33,7 +33,7 @@
v-model="taskForm.taskUserIds"
url="/land-resource/grid-member/current-user"
placeholder="请选择任务成员"
:multiple="true"
multiple="true"
label-key="memberName"
value-key="id"
:response-parser="(res) => res.data.memberList"

View File

@ -206,8 +206,11 @@ const loading = ref(false);
const crudOptions = reactive({
...CRUD_OPTIONS,
addBtn: false,
header: false,
menu: false,
searchBtn: false,
emptyBtn: false,
refreshBtn: false,
height: 'calc(100vh - 360px)',
column: [
{ label: '生产经营主体编码', prop: 'id' },

View File

@ -191,7 +191,6 @@ const resetForm = () => {
const crudOptions = reactive({
...CRUD_OPTIONS,
header: false,
menu: false,
column: [
{ label: '主体编码', prop: 'id' },
{ label: '姓名', prop: 'name' },