mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:00:55 +08:00
feat: 设置必须绑定数据集字段
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<el-card
|
||||
v-show="showSeason"
|
||||
class="box-card"
|
||||
style="width:322px;padding: 0 3px 20px;margin-top:10px;position:fixed;z-index:9999"
|
||||
style="width:322px !important;padding: 0 3px 20px;margin-top:10px;position:fixed;z-index:9999"
|
||||
>
|
||||
<div slot="header" class="clearfix" style="text-align:center;padding:0">
|
||||
<button
|
||||
|
||||
@@ -9,7 +9,7 @@ const leftPanel = {
|
||||
const dialogPanel = {
|
||||
options: {
|
||||
attrs: {
|
||||
placeholder: '请选择年份'
|
||||
placeholder: '请选择季度'
|
||||
},
|
||||
value: ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user