mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: eslint报错
This commit is contained in:
committed by
xuwei-fit2cloud
parent
06c6da2652
commit
2e183ae6f0
@@ -120,12 +120,7 @@ const emits = defineEmits(['update:modelValue'])
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
<!-- table -->
|
||||
<el-table
|
||||
:data="tableData"
|
||||
size="mini"
|
||||
border
|
||||
style="width: 100%"
|
||||
>
|
||||
<el-table :data="tableData" size="mini" border style="width: 100%">
|
||||
<el-table-column prop="sVal" :label="t('cron.second')" width="70" />
|
||||
<el-table-column prop="mVal" :label="t('cron.minute')" width="70" />
|
||||
<el-table-column prop="hVal" :label="t('cron.hour')" width="70" />
|
||||
|
||||
Reference in New Issue
Block a user