From c7ecb255c9e685725095be2a6bd74b1696d4af22 Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期四, 07 八月 2025 16:14:53 +0800
Subject: [PATCH] rgv界面优化
---
src/main/webapp/views/index.html | 55 ++++++++++++++++++++++++++++++-------------------------
1 files changed, 30 insertions(+), 25 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index da21376..b39d309 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -137,7 +137,8 @@
background: #f0f9eb;
}
.container {
- width: 100vh;
+ margin-left: 20vh;
+ width: 120vh;
height: 90vh;
position: absolute;
/*background: #8c939d;*/
@@ -203,16 +204,20 @@
<!-- C 1150,150 1150,100 1100,100-->
<!-- L 250,100-->
<!-- C 250,100 90,90 100,250 z"-->
+ <!-- C 32,810 32,850 65,850-->
+ <!-- C 65,850 100,850 100,810-->
<!-- style="fill:none; stroke:blue; stroke-width:4;" />-->
- <path d="M 0 0
- L 32 -40
- L 32 810
- L 1100 810
- L 1100 770
- L 100 770
- L 100 -40
-<!-- L 40 40-->
- Z"
+ <path d="M 66,0
+ C 66,0 32,0 32,40
+ L 32,770
+ C 32,770 31,810 72,810
+ L 1000,810
+ C 1000,810 1020,810 1020,790
+ C 1020,790 1020,770 1000,770
+ L 120,770
+ C 120,770 100,770 100,750
+ L 100,40
+ C 100,40 100,0 66,0 z"
style="fill:none; stroke:blue; stroke-width:1;" />
</svg>
<!-- <div class="bus-station">-->
@@ -350,18 +355,18 @@
prop="status$"
label="鐘舵��">
</el-table-column>
-<!-- <el-table-column-->
-<!-- label="鎿嶄綔"-->
-<!-- type="template">-->
-<!-- <template slot-scope="scope">-->
-<!-- <el-button-->
-<!-- :type="scope.row.status === 0 ? 'primary' : 'danger'"-->
-<!-- size="small"-->
-<!-- @click="toggleStatus(scope.$index, scope.row)">-->
-<!-- {{ scope.row.status === 0 ? '绂佺敤' : '瑙i櫎绂佺敤' }}-->
-<!-- </el-button>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
+ <el-table-column
+ label="鎿嶄綔"
+ type="template">
+ <template slot-scope="scope">
+ <el-button
+ :type="scope.row.status === 0 ? 'primary' : 'danger'"
+ size="small"
+ @click="toggleStatus(scope.$index, scope.row)">
+ {{ scope.row.status === 0 ? '绂佺敤' : '瑙i櫎绂佺敤' }}
+ </el-button>
+ </template>
+ </el-table-column>
</el-table>
</div>
</div>
@@ -374,7 +379,7 @@
activeNames: ['1'],
valueLeft: '0',
valueRight: '0',
- licenseDay: '宸茶繃鏈�',
+ licenseDay: ' ',
licenseDayI: 100,
valueSystem: false,
tableDataRgv: [],
@@ -551,14 +556,14 @@
success: function (res) {
if (res.code == 200) {
if (res.data.day<0){
- that.licenseDay = "宸茶繃鏈�"+res.data.day+"澶�";
+ that.licenseDay = " "+res.data.day+"澶�";
that.licenseDayI = -1;
} else {
that.licenseDay = "璁稿彲璇佹湁鏁堟湡"+res.data.day+"澶�";
that.licenseDayI = res.data.day;
}
}else {
- that.licenseDay = "宸茶繃鏈�";
+ that.licenseDay = " ";
that.licenseDayI = -1;
}
}
--
Gitblit v1.9.1