Skip to content

Commit 8cbed7b

Browse files
authored
Merge pull request #41 from pikanglong/feat/list
feat(list): Remove the extra backquotes from class
2 parents c956f16 + 777e1b4 commit 8cbed7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/list/components/CommonTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<t-form-item label="合同状态" name="status">
2020
<t-select
2121
v-model="formData.status"
22-
class="form-item-content`"
22+
class="form-item-content"
2323
:options="CONTRACT_STATUS_OPTIONS"
2424
placeholder="请选择合同状态"
2525
/>
@@ -39,7 +39,7 @@
3939
<t-form-item label="合同类型" name="type">
4040
<t-select
4141
v-model="formData.type"
42-
class="form-item-content`"
42+
class="form-item-content"
4343
:options="CONTRACT_TYPE_OPTIONS"
4444
placeholder="请选择合同类型"
4545
/>

0 commit comments

Comments
 (0)