-
-
diff --git a/sgzb-ui/src/views/monitor/online/index.vue b/sgzb-ui/src/views/monitor/online/index.vue
index d12a538e..8372fe19 100644
--- a/sgzb-ui/src/views/monitor/online/index.vue
+++ b/sgzb-ui/src/views/monitor/online/index.vue
@@ -1,118 +1,173 @@
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ {{ (pageNum - 1) * 10 + scope.$index + 1 }}
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.loginTime) }}
+
+
+
+
+ 强退
+
+
+
-
-
-
-
- {{ (pageNum - 1) * 10 + scope.$index + 1 }}
-
-
-
-
-
-
-
- {{ parseTime(scope.row.loginTime) }}
-
-
-
-
- 强退
-
-
-
-
-
-
+
+
diff --git a/sgzb-ui/src/views/repairTest/brokenExamine/index.vue b/sgzb-ui/src/views/repairTest/brokenExamine/index.vue
index 8458f24e..94289bfb 100644
--- a/sgzb-ui/src/views/repairTest/brokenExamine/index.vue
+++ b/sgzb-ui/src/views/repairTest/brokenExamine/index.vue
@@ -6,7 +6,7 @@
size="small"
:inline="true"
v-show="showSearch"
- label-width="120px"
+ label-width="100px"
>
-
+
-
+
查看
-
+
{{
(dialogQueryParams.pageNum - 1) * 10 +
scope.$index +
diff --git a/sgzb-ui/src/views/repairTest/repair/index.vue b/sgzb-ui/src/views/repairTest/repair/index.vue
index ca963293..e4a26262 100644
--- a/sgzb-ui/src/views/repairTest/repair/index.vue
+++ b/sgzb-ui/src/views/repairTest/repair/index.vue
@@ -6,7 +6,7 @@
size="small"
:inline="true"
v-show="showSearch"
- label-width="120px"
+ label-width="100px"
>
-
+
-
+
{{
(dialogQueryParams.pageNum - 1) * 10 +
scope.$index +
@@ -379,19 +387,16 @@
label="类型名称"
align="center"
prop="typeName"
- sortable
:show-overflow-tooltip="true"
/>
@@ -408,14 +412,12 @@
@@ -654,6 +656,7 @@ export default {
// 表单校验
rules: {},
defaultData: {},
+ repairTitle: '查看',
}
},
created() {
@@ -798,6 +801,7 @@ export default {
this.taskId = row.taskId
this.getDialogList()
this.$eventBus.$emit('taskId', row.taskId)
+ this.repairTitle = '维修'
this.open = true
this.type = type
this.selectionList = []
@@ -809,6 +813,7 @@ export default {
handleSee(row, type) {
this.taskId = row.taskId
this.getDialogList()
+ this.repairTitle = '查看'
this.open = true
this.type = type
this.selectionList = []
diff --git a/sgzb-ui/src/views/repairTest/testExamine/index.vue b/sgzb-ui/src/views/repairTest/testExamine/index.vue
index c39b46cd..a8479892 100644
--- a/sgzb-ui/src/views/repairTest/testExamine/index.vue
+++ b/sgzb-ui/src/views/repairTest/testExamine/index.vue
@@ -6,7 +6,7 @@
size="small"
:inline="true"
v-show="showSearch"
- label-width="120px"
+ label-width="100px"
>
-
+
-
+
{{
(queryParams.pageNum - 1) * 10 + scope.$index + 1
}}
@@ -181,77 +182,63 @@
-
+
查看
-
+
{{
(repairRecordParams.pageNum - 1) * 10 +
scope.$index +
@@ -634,7 +621,7 @@
width="80"
type="index"
>
-
+
{{
(partRecordParams.pageNum - 1) * 10 +
scope.$index +
diff --git a/sgzb-ui/src/views/store/label/labelType.vue b/sgzb-ui/src/views/store/label/labelType.vue
index e221a80a..7ab8c615 100644
--- a/sgzb-ui/src/views/store/label/labelType.vue
+++ b/sgzb-ui/src/views/store/label/labelType.vue
@@ -1,308 +1,399 @@
-
-
-
-
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 刷新缓存
+
+
+
+
+
+
+
+
+ {{
+ (queryParams.pageNum - 1) * 10 + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
-
-
- 搜索
- 重置
-
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
- 刷新缓存
-
-
-
-
-
-
-
-
- {{ (queryParams.pageNum - 1) * 10 + scope.$index + 1 }}
-
-
-
-
-
-
-
-
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryList.vue b/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryList.vue
index f15d1b19..2ff36137 100644
--- a/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryList.vue
+++ b/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryList.vue
@@ -315,7 +315,7 @@
width="80"
type="index"
>
-
+
{{
(queryParams.pageNum - 1) * 10 +
scope.$index +
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue
index e7caca61..bfa04191 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue
@@ -292,7 +292,7 @@
width="80"
type="index"
>
-
+
{{
(query.pageNum - 1) * 10 + scope.$index + 1
}}
diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
index 984c890c..59be1d37 100644
--- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
+++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue
@@ -302,7 +302,7 @@
width="80"
type="index"
>
-
+
{{
(query.pageNum - 1) * 10 + scope.$index + 1
}}
diff --git a/sgzb-ui/src/views/store/newBuy/newTools/newToolsArrival.vue b/sgzb-ui/src/views/store/newBuy/newTools/newToolsArrival.vue
index d3680ea8..910c4d34 100644
--- a/sgzb-ui/src/views/store/newBuy/newTools/newToolsArrival.vue
+++ b/sgzb-ui/src/views/store/newBuy/newTools/newToolsArrival.vue
@@ -1,644 +1,795 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+ 保存
+
+
+ 采购验收管理
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+ {{
+ (queryParams.pageNum - 1) * 10 + scope.$index + 1
+ }}
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- 保存
-
-
- 采购验收管理
-
-
- 删除
-
-
- 导出
-
-
-
+
-
-
-
-
- {{ (queryParams.pageNum - 1) * 10 + scope.$index + 1 }}
-
-
-
-
-
-
-
-
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 权限字符
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- 权限字符
-
-
-
-
-
-
-
-
- {{dict.label}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 展开/折叠
- 全选/全不选
- 父子联动
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 展开/折叠
+ 全选/全不选
+ 父子联动
+
+
+
+
+
+