|
@@ -41,11 +41,6 @@ export default {
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
|
- // statusList: [
|
|
|
- // { text: '我发起的 ', color: 'default' },
|
|
|
- // { text: '待我审批 ', color: 'warning' },
|
|
|
- // { text: '我已审批 ', color: 'success' }
|
|
|
- // ],
|
|
|
searchItems: [
|
|
|
{
|
|
|
label: '名称',
|
|
@@ -62,7 +57,6 @@ export default {
|
|
|
headers: [
|
|
|
{ label: '名称', prop: 'title' },
|
|
|
{ label: '发起人', prop: 'createUserName' },
|
|
|
- // { label: '状态', prop: 'opType', align: 'center' },
|
|
|
{ label: '发起时间', prop: 'createDate' },
|
|
|
{ label: '版本号', prop: 'version' },
|
|
|
{ label: '操作', prop: 'actions', fixed: 'right', width: 300 }
|