Просмотр исходного кода

reactor:修复助企纾困选择错误的问题;

zhangchong 5 месяцев назад
Родитель
Сommit
b21a57bf8f

+ 1 - 1
src/views/business/visit/index.vue

@@ -68,7 +68,7 @@
 					</vxe-column>
 					<vxe-column field="order.no" title="工单编码" width="140"></vxe-column>
 					<vxe-column field="order.isProvinceText" title="省/市工单" width="100"></vxe-column>
-					<vxe-column field="title" title="工单标题" width="200">
+					<vxe-column field="title" title="工单标题" min-width="200">
 						<template #default="{ row }">
 							<order-detail :order="row.order" @updateList="queryList">{{ row.order?.title }}</order-detail>
 						</template>

+ 1 - 1
src/views/business/visit/reverse.vue

@@ -67,7 +67,7 @@
 					<vxe-column field="order.sourceChannel" title="来源渠道" width="110"></vxe-column>
 					<vxe-column field="order.currentStepName" title="当前节点" width="120"></vxe-column>
 					<vxe-column field="order.no" title="工单编码" width="140"></vxe-column>
-					<vxe-column field="order.title" title="工单标题" width="200">
+					<vxe-column field="order.title" title="工单标题" min-width="200">
 						<template #default="{ row }">
 							<order-detail :order="row.order" @updateList="queryList">{{ row.order?.title }}</order-detail>
 						</template>

+ 1 - 1
src/views/business/visit/todo.vue

@@ -122,7 +122,7 @@
 					</vxe-column>
 					<vxe-column field="order.no" title="工单编码" width="140"></vxe-column>
 					<vxe-column field="order.isProvinceText" title="省/市工单" width="100"></vxe-column>
-					<vxe-column field="title" title="工单标题" width="200">
+					<vxe-column field="title" title="工单标题" min-width="200">
 						<template #default="{ row }">
 							<order-detail :order="row.order" @updateList="queryList">{{ row.order?.title }}</order-detail>
 						</template>

+ 1 - 1
src/views/todo/center/index.vue

@@ -65,7 +65,7 @@
 					</vxe-column>
 					<vxe-column field="currentStepName" title="当前节点" width="100"></vxe-column>
 					<vxe-column field="statusText" title="工单状态" width="100"></vxe-column>
-					<vxe-column field="title" title="工单标题" width="200">
+					<vxe-column field="title" title="工单标题" min-width="200">
 						<template #default="{ row }">
 							<order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
 						</template>

+ 1 - 1
src/views/todo/edit/index.vue

@@ -100,7 +100,7 @@
 							{{ formatDate(row.startTime, 'YYYY-mm-dd HH:MM:SS') }}
 						</template>
 					</vxe-column>
-					<vxe-column field="title" title="工单标题" width="200">
+					<vxe-column field="title" title="工单标题" min-width="200">
 						<template #default="{ row }">
 							<order-detail :order="row" @updateList="queryList(true)">{{ row.title }}</order-detail>
 						</template>

+ 1 - 1
src/views/todo/order/index.vue

@@ -98,7 +98,7 @@
 					</vxe-column>
 					<vxe-column field="currentStepName" title="当前节点" width="100"></vxe-column>
 					<vxe-column field="statusText" title="工单状态" width="100"></vxe-column>
-					<vxe-column field="title" title="工单标题" width="200">
+					<vxe-column field="title" title="工单标题" min-width="200">
 						<template #default="{ row }">
 							<order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
 						</template>

+ 1 - 1
src/views/todo/seats/index.vue

@@ -69,7 +69,7 @@
 					</vxe-column>
 					<vxe-column field="currentStepName" title="当前节点" width="120"></vxe-column>
 					<vxe-column field="statusText" title="工单状态" width="100"></vxe-column>
-					<vxe-column field="title" title="工单标题" width="200">
+					<vxe-column field="title" title="工单标题" min-width="200">
 						<template #default="{ row }">
 							<order-detail :order="row" @updateList="queryList(true)">{{ row.title }}</order-detail>
 						</template>