|
@@ -140,8 +140,8 @@ const fields = ref([
|
|
prop: 'serviceId',
|
|
prop: 'serviceId',
|
|
label: '服务单元名称',
|
|
label: '服务单元名称',
|
|
type: 'select',
|
|
type: 'select',
|
|
- labelWidth: 95,
|
|
|
|
- colSpan: 5,
|
|
|
|
|
|
+ labelWidth: 110,
|
|
|
|
+ colSpan: 6,
|
|
cell: 'service',
|
|
cell: 'service',
|
|
attrs: {
|
|
attrs: {
|
|
clearable: true,
|
|
clearable: true,
|
|
@@ -152,7 +152,7 @@ const fields = ref([
|
|
label: '发布状态',
|
|
label: '发布状态',
|
|
type: 'select',
|
|
type: 'select',
|
|
labelWidth: 110,
|
|
labelWidth: 110,
|
|
- colSpan: 5,
|
|
|
|
|
|
+ colSpan: 6,
|
|
options: dictToOptionList(SERVICE_UNIT_STATUS),
|
|
options: dictToOptionList(SERVICE_UNIT_STATUS),
|
|
attrs: {
|
|
attrs: {
|
|
clearable: true,
|
|
clearable: true,
|
|
@@ -162,18 +162,18 @@ const fields = ref([
|
|
prop: 'supplierIds',
|
|
prop: 'supplierIds',
|
|
label: '适用供应商',
|
|
label: '适用供应商',
|
|
type: 'select',
|
|
type: 'select',
|
|
- labelWidth: 95,
|
|
|
|
- colSpan: 6,
|
|
|
|
- cell: 'supplier',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- prop: 'dingRoleIds',
|
|
|
|
- label: '适用考勤对象',
|
|
|
|
- type: 'select',
|
|
|
|
labelWidth: 110,
|
|
labelWidth: 110,
|
|
colSpan: 6,
|
|
colSpan: 6,
|
|
- cell: 'dingRole',
|
|
|
|
|
|
+ cell: 'supplier',
|
|
},
|
|
},
|
|
|
|
+ // {
|
|
|
|
+ // prop: 'dingRoleIds',
|
|
|
|
+ // label: '适用考勤对象',
|
|
|
|
+ // type: 'select',
|
|
|
|
+ // labelWidth: 110,
|
|
|
|
+ // colSpan: 6,
|
|
|
|
+ // cell: 'dingRole',
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
type: 'buttons',
|
|
type: 'buttons',
|
|
colSpan: 2,
|
|
colSpan: 2,
|
|
@@ -191,8 +191,8 @@ const fields = ref([
|
|
prop: 'approveRoleIds',
|
|
prop: 'approveRoleIds',
|
|
label: '审核角色',
|
|
label: '审核角色',
|
|
type: 'select',
|
|
type: 'select',
|
|
- labelWidth: 95,
|
|
|
|
- colSpan: 5,
|
|
|
|
|
|
+ labelWidth: 110,
|
|
|
|
+ colSpan: 6,
|
|
cell: 'approveRole',
|
|
cell: 'approveRole',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -200,7 +200,7 @@ const fields = ref([
|
|
label: '是否开启人脸',
|
|
label: '是否开启人脸',
|
|
type: 'select',
|
|
type: 'select',
|
|
labelWidth: 110,
|
|
labelWidth: 110,
|
|
- colSpan: 5,
|
|
|
|
|
|
+ colSpan: 6,
|
|
options: [
|
|
options: [
|
|
{
|
|
{
|
|
label: '是',
|
|
label: '是',
|
|
@@ -219,7 +219,7 @@ const fields = ref([
|
|
prop: 'createTime',
|
|
prop: 'createTime',
|
|
label: '创建时间',
|
|
label: '创建时间',
|
|
type: 'daterange',
|
|
type: 'daterange',
|
|
- labelWidth: 95,
|
|
|
|
|
|
+ labelWidth: 110,
|
|
colSpan: 12,
|
|
colSpan: 12,
|
|
attrs: {
|
|
attrs: {
|
|
clearable: true,
|
|
clearable: true,
|
|
@@ -231,7 +231,7 @@ const params = reactive({
|
|
serviceId: '',
|
|
serviceId: '',
|
|
status: '',
|
|
status: '',
|
|
supplierIds: '',
|
|
supplierIds: '',
|
|
- dingRoleIds: '',
|
|
|
|
|
|
+ // dingRoleIds: '',
|
|
approveRoleIds: '',
|
|
approveRoleIds: '',
|
|
faceOpen: null,
|
|
faceOpen: null,
|
|
createTime: [],
|
|
createTime: [],
|