代码更新
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="label" label="字典标签" align="center" width="100" />
|
<el-table-column prop="label" label="字典标签" align="center" width="100" />
|
||||||
<el-table-column prop="value" label="字典值" align="center" width="60" />
|
<el-table-column prop="value" label="字典值" align="center" width="60" />
|
||||||
<el-table-column prop="dictSort" label="排序" align="center" width="45" />
|
<el-table-column prop="dictSort" label="排序" align="center" width="65" />
|
||||||
<el-table-column v-permission="['admin','dict:edit','dict:del']" label="操作" align="center" width="115px" fixed="right">
|
<el-table-column v-permission="['admin','dict:edit','dict:del']" label="操作" align="center" width="115px" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<udOperation
|
<udOperation
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
filterable
|
filterable
|
||||||
size="mini"
|
size="mini"
|
||||||
class="filter-item"
|
class="filter-item"
|
||||||
style="width: 200px;"
|
style="width: 185px;"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in dict.st_bill_status"
|
v-for="item in dict.st_bill_status"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
filterable
|
filterable
|
||||||
size="mini"
|
size="mini"
|
||||||
class="filter-item"
|
class="filter-item"
|
||||||
style="width: 200px;"
|
style="width: 185px;"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in dict.st_bill_status"
|
v-for="item in dict.st_bill_status"
|
||||||
|
|||||||
Reference in New Issue
Block a user