Merge branch 'dev'
Showing
11 changed files
with
129 additions
and
75 deletions
-
Please register or sign in to post a comment
... | ... | @@ -237,7 +237,7 @@ |
td:first-child { | ||
flex: inherit !important; | ||
// min-width: 180px !important; | ||
width:180px !important; | ||
} | ||
>tr:nth-child(odd) td { | ||
... | ... |
... | ... | @@ -236,7 +236,7 @@ |
td:first-child { | ||
flex: inherit !important; | ||
// min-width: 180px !important; | ||
width: 180px !important; | ||
} | ||
>tr:nth-child(odd) td { | ||
... | ... |
... | ... | @@ -33,7 +33,7 @@ |
</tr> | ||
<tr> | ||
<td>等级</td> | ||
<td>{{ zdjbxx.djmc }}</td> | ||
<td>{{ zdjbxx.dj|dictionary("A50") }}</td> | ||
<td>价格</td> | ||
<td>{{ zdjbxx.jg }}</td> | ||
</tr> | ||
... | ... |