e7c22b1a by “miaofang

QT202400104

1 parent c392706d
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
237 237
238 td:first-child { 238 td:first-child {
239 flex: inherit !important; 239 flex: inherit !important;
240 // min-width: 180px !important; 240 width:180px !important;
241 } 241 }
242 242
243 >tr:nth-child(odd) td { 243 >tr:nth-child(odd) td {
...@@ -266,4 +266,4 @@ ...@@ -266,4 +266,4 @@
266 margin-left: 2px; 266 margin-left: 2px;
267 } 267 }
268 } 268 }
269 }
...\ No newline at end of file ...\ No newline at end of file
269 }
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
67 正在注销 67 正在注销
68 </div> 68 </div>
69 69
70 <p v-if="!['djyy', 'fj'].includes(item.prop)"> 70 <p v-if="!['djyy', 'fj','zl'].includes(item.prop)">
71 <span v-if="item.prop == 'qszt'"> 71 <span v-if="item.prop == 'qszt'">
72 {{ getQsztName(row[item.prop]) }} 72 {{ getQsztName(row[item.prop]) }}
73 </span> 73 </span>
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
236 236
237 td:first-child { 237 td:first-child {
238 flex: inherit !important; 238 flex: inherit !important;
239 // min-width: 180px !important; 239 width: 180px !important;
240 } 240 }
241 241
242 >tr:nth-child(odd) td { 242 >tr:nth-child(odd) td {
...@@ -265,4 +265,4 @@ ...@@ -265,4 +265,4 @@
265 margin-left: 2px; 265 margin-left: 2px;
266 } 266 }
267 } 267 }
268 }
...\ No newline at end of file ...\ No newline at end of file
268 }
......