|
@@ -14,6 +14,13 @@
|
|
<template #service="{ item, params }">
|
|
<template #service="{ item, params }">
|
|
<select-service-unit v-model="params[item.prop]"></select-service-unit>
|
|
<select-service-unit v-model="params[item.prop]"></select-service-unit>
|
|
</template>
|
|
</template>
|
|
|
|
+ <template #user="{ item, params }">
|
|
|
|
+ <select-url-user
|
|
|
|
+ v-model="params[item.prop]"
|
|
|
|
+ url="/api/admin/tb/quality/problem/apply/user/list"
|
|
|
|
+ clearable
|
|
|
|
+ ></select-url-user>
|
|
|
|
+ </template>
|
|
</SearchForm>
|
|
</SearchForm>
|
|
<div class="flex-1 page-wrap">
|
|
<div class="flex-1 page-wrap">
|
|
<t-table
|
|
<t-table
|
|
@@ -126,6 +133,7 @@ const fields = ref([
|
|
type: 'select',
|
|
type: 'select',
|
|
labelWidth: 100,
|
|
labelWidth: 100,
|
|
colSpan: 6,
|
|
colSpan: 6,
|
|
|
|
+ cell: 'user',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
prop: 'type',
|
|
prop: 'type',
|