QT202400104
Showing
3 changed files
with
3 additions
and
3 deletions
| ... | @@ -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 { | ... | ... |
| ... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment