@@ -367,18 +446,18 @@ export default {
departmentTable: [
{
label: "科室",
- width: 184,
+ width: 180,
prop: "plan_department.name",
sortable: false,
align: "left",
- fixed: "left",
+ fixed: this.$store.getters.device === 'mobile'?false:"left",
},
{
label: "执行情况",
sortable: false,
minWidth: 220,
align: "left",
- fixed: "right",
+ fixed: this.$store.getters.device === 'mobile'?false:"right",
customFn: (row) => {
let m2 = row?.money_total_2;
let m1 = row?.money_total_1;
@@ -435,14 +514,14 @@ export default {
align: 'left',
prop: "type_text",
sortable: false,
- fixed: "left",
+ fixed: this.$store.getters.device === 'mobile'?false:"left",
},
{
label: "执行情况",
sortable: false,
minWidth: 220,
align: "left",
- fixed: "right",
+ fixed:this.$store.getters.device === 'mobile'?false:"right",
customFn: (row) => {
let m2 = row.money_total_2;
let m1 = row.money_total_1;
@@ -997,6 +1076,7 @@ export default {
.progress-card {
display: flex;
+ flex-wrap: wrap;
&-item {
text-align: center;
diff --git a/src/views/finance/components/examineRegistration.vue b/src/views/finance/components/examineRegistration.vue
index 5465f68..866f104 100644
--- a/src/views/finance/components/examineRegistration.vue
+++ b/src/views/finance/components/examineRegistration.vue
@@ -243,7 +243,7 @@
-
+
diff --git a/src/views/finance/evaluateConfirm.vue b/src/views/finance/evaluateConfirm.vue
index 6338d39..e8dc6b1 100644
--- a/src/views/finance/evaluateConfirm.vue
+++ b/src/views/finance/evaluateConfirm.vue
@@ -35,7 +35,7 @@
@@ -120,7 +120,7 @@ export default {
prop: "name",
width: 200,
sortable: false,
- fixed: "left",
+ fixed: this.$store.getters.device === 'mobile'?false:'left',
},
{
label: "预算类型",
diff --git a/src/views/finance/paymentRegistrationList.vue b/src/views/finance/paymentRegistrationList.vue
index 20114c6..8a88af2 100644
--- a/src/views/finance/paymentRegistrationList.vue
+++ b/src/views/finance/paymentRegistrationList.vue
@@ -138,7 +138,7 @@
@@ -274,7 +274,7 @@ export default {
label: "项目名称",
minWidth: 300,
prop: "contract.name",
- fixed: "left",
+ fixed: this.$store.getters.device === 'mobile'?false:'left',
align: "left",
customFn: row => {
return ({ row.contract_id ? row.contract.name : row.away.title })
diff --git a/src/views/inOut/component/addExpenseAccount.vue b/src/views/inOut/component/addExpenseAccount.vue
index a03eb37..929bc75 100644
--- a/src/views/inOut/component/addExpenseAccount.vue
+++ b/src/views/inOut/component/addExpenseAccount.vue
@@ -293,7 +293,7 @@ export default {
label: '名称',
prop: 'title',
minWidth: 160,
- fixed: 'left'
+ fixed: this.$store.getters.device === 'mobile'?false:'left'
},
{
label: '部门',
diff --git a/src/views/inOut/expenseAccount.vue b/src/views/inOut/expenseAccount.vue
index f46a3ba..efee90c 100644
--- a/src/views/inOut/expenseAccount.vue
+++ b/src/views/inOut/expenseAccount.vue
@@ -187,7 +187,7 @@
"
>
-
+