File tree Expand file tree Collapse file tree 4 files changed +25
-24
lines changed Expand file tree Collapse file tree 4 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 18
18
</a-form-item >
19
19
</a-col >
20
20
<a-col :md =" 8" :sm =" 24" >
21
- <span class =" table-page-search-submitButtons" >
22
- <a-button type =" primary" >查询</a-button >
23
- <a-button style =" margin-left : 8px " >重置</a-button >
24
- </span >
21
+ <span class =" table-page-search-submitButtons" >
22
+ <a-button type =" primary" >查询</a-button >
23
+ <a-button style =" margin-left : 8px " >重置</a-button >
24
+ </span >
25
25
</a-col >
26
26
</a-row >
27
27
</a-form >
28
28
</div >
29
29
30
30
<s-table :columns =" columns" :data =" loadData" >
31
+
31
32
<span slot =" actions" slot-scope =" text, record" >
32
33
<a-tag v-for =" (action, index) in record.actionList" :key =" index" >{{ action.describe }}</a-tag >
33
34
</span >
Original file line number Diff line number Diff line change 18
18
</a-form-item >
19
19
</a-col >
20
20
<a-col :md =" 8" :sm =" 24" >
21
- <span class =" table-page-search-submitButtons" >
22
- <a-button type =" primary" >查询</a-button >
23
- <a-button style =" margin-left : 8px " >重置</a-button >
24
- </span >
21
+ <span class =" table-page-search-submitButtons" >
22
+ <a-button type =" primary" >查询</a-button >
23
+ <a-button style =" margin-left : 8px " >重置</a-button >
24
+ </span >
25
25
</a-col >
26
26
</a-row >
27
27
</a-form >
Original file line number Diff line number Diff line change 48
48
</a-col >
49
49
</template >
50
50
<a-col :md =" !advanced && 8 || 24" :sm =" 24" >
51
- <span class =" table-page-search-submitButtons" :style =" advanced && { float: 'right', overflow: 'hidden' } || {} " >
52
- <a-button type =" primary" >查询</a-button >
53
- <a-button style =" margin-left : 8px " >重置</a-button >
54
- <a @click =" toggleAdvanced" style =" margin-left : 8px " >
55
- {{ advanced ? '收起' : '展开' }}
56
- <a-icon :type =" advanced ? 'up' : 'down'" />
57
- </a >
58
- </span >
51
+ <span class =" table-page-search-submitButtons" :style =" advanced && { float: 'right', overflow: 'hidden' } || {} " >
52
+ <a-button type =" primary" >查询</a-button >
53
+ <a-button style =" margin-left : 8px " >重置</a-button >
54
+ <a @click =" toggleAdvanced" style =" margin-left : 8px " >
55
+ {{ advanced ? '收起' : '展开' }}
56
+ <a-icon :type =" advanced ? 'up' : 'down'" />
57
+ </a >
58
+ </span >
59
59
</a-col >
60
60
</a-row >
61
61
</a-form >
Original file line number Diff line number Diff line change 48
48
</a-col >
49
49
</template >
50
50
<a-col :md =" !advanced && 8 || 24" :sm =" 24" >
51
- <span class =" table-page-search-submitButtons" :style =" advanced && { float: 'right', overflow: 'hidden' } || {} " >
52
- <a-button type =" primary" >查询</a-button >
53
- <a-button style =" margin-left : 8px " >重置</a-button >
54
- <a @click =" toggleAdvanced" style =" margin-left : 8px " >
55
- {{ advanced ? '收起' : '展开' }}
56
- <a-icon :type =" advanced ? 'up' : 'down'" />
57
- </a >
58
- </span >
51
+ <span class =" table-page-search-submitButtons" :style =" advanced && { float: 'right', overflow: 'hidden' } || {} " >
52
+ <a-button type =" primary" >查询</a-button >
53
+ <a-button style =" margin-left : 8px " >重置</a-button >
54
+ <a @click =" toggleAdvanced" style =" margin-left : 8px " >
55
+ {{ advanced ? '收起' : '展开' }}
56
+ <a-icon :type =" advanced ? 'up' : 'down'" />
57
+ </a >
58
+ </span >
59
59
</a-col >
60
60
</a-row >
61
61
</a-form >
You can’t perform that action at this time.
0 commit comments