vue2-client 1.17.33 → 1.17.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.17.33",
3
+ "version": "1.17.34",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -8,7 +8,7 @@
8
8
  @action="action"
9
9
  @selectRow="selectRow"
10
10
  @columnClick="columnClick"
11
- serviceName="af-system"
11
+ serviceName="af-revenue"
12
12
  ref="xFormTable">
13
13
  </x-form-table>
14
14
  </a-card>
@@ -26,7 +26,7 @@ export default {
26
26
  data () {
27
27
  return {
28
28
  // 查询配置文件名
29
- queryParamsName: 'ceshiCRUD',
29
+ queryParamsName: 'meterLedgerCRUD',
30
30
  // 查询配置左侧tree
31
31
  xTreeConfigName: 'addressType',
32
32
  // 新增表单固定值
@@ -47,7 +47,7 @@ ol {
47
47
  .ant-table-tbody {
48
48
  // 成功样式 - 绿色 (#52c41a)
49
49
  .ant-table-row-success {
50
- background-color: rgba(82, 196, 26, 0.2) !important;
50
+ background-color: rgba(82, 196, 26, 0.2);
51
51
 
52
52
  &:hover {
53
53
  background-color: rgba(82, 196, 26, 0.3);
@@ -73,7 +73,7 @@ ol {
73
73
 
74
74
  // 警告样式 - 黄色 (#faad14)
75
75
  .ant-table-row-warning {
76
- background-color: rgba(250, 173, 20, 0.1) !important;
76
+ background-color: rgba(250, 173, 20, 0.1) ;
77
77
 
78
78
  &:hover {
79
79
  background-color: rgba(250, 173, 20, 0.15) ;
@@ -99,7 +99,7 @@ ol {
99
99
 
100
100
  // 错误样式 - 红色 (#f5222f)
101
101
  .ant-table-row-error {
102
- background-color: rgba(245, 34, 47, 0.1) !important;
102
+ background-color: rgba(245, 34, 47, 0.1) ;
103
103
 
104
104
  &:hover {
105
105
  background-color: rgba(245, 34, 47, 0.15) ;
@@ -125,7 +125,7 @@ ol {
125
125
 
126
126
  // 魔法样式 - 紫色
127
127
  .ant-table-row-magic {
128
- background-color: rgba(114, 46, 209, 0.1) !important;
128
+ background-color: rgba(114, 46, 209, 0.1) ;
129
129
 
130
130
  &:hover {
131
131
  background-color: rgba(114, 46, 209, 0.15) ;