@@ -3,7 +3,7 @@ | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "vue-cli-service serve", | |||
"dev": "vue-cli-service serve --mode test", | |||
"build": "vue-cli-service build", | |||
"lint": "vue-cli-service lint", | |||
"build:dev": "vue-cli-service build --mode development", |
@@ -77,11 +77,11 @@ | |||
</template> | |||
</el-table-column> | |||
<el-table-column label="其他牵头部门责任领导" width="170" align="center"> | |||
<!-- <el-table-column label="其他牵头部门责任领导" width="170" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门" width="100" align="center"> | |||
<template slot-scope="{ row }"> | |||
<span> | |||
@@ -90,11 +90,11 @@ | |||
</template> | |||
</el-table-column> | |||
<el-table-column label="配合部门责任领导" width="150" align="center"> | |||
<!-- <el-table-column label="配合部门责任领导" width="150" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ row.cooperatePrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> | |||
</el-table-column> --> | |||
<el-table-column label="操作" width="170" align="center" fixed="right"> | |||
<template slot-scope="{ row }"> | |||
<el-link |
@@ -95,11 +95,11 @@ | |||
</template> | |||
</el-table-column> | |||
<el-table-column label="其他牵头部门责任领导" width="170" align="center"> | |||
<!-- <el-table-column label="其他牵头部门责任领导" width="170" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门" width="100" align="center"> | |||
<template slot-scope="{ row }"> | |||
<span> | |||
@@ -108,11 +108,11 @@ | |||
</template> | |||
</el-table-column> | |||
<el-table-column label="配合部门责任领导" width="150" align="center"> | |||
<!-- <el-table-column label="配合部门责任领导" width="150" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ row.cooperatePrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> | |||
</el-table-column> --> | |||
<el-table-column label="操作" width="125" align="center" fixed="right"> | |||
<template slot-scope="{ row }"> | |||
<el-link |
@@ -89,11 +89,11 @@ | |||
</template> | |||
</el-table-column> | |||
<el-table-column label="其他牵头部门责任领导" width="170" align="center"> | |||
<!-- <el-table-column label="其他牵头部门责任领导" width="170" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门" width="100" align="center"> | |||
<template slot-scope="{ row }"> | |||
<span> | |||
@@ -102,11 +102,11 @@ | |||
</template> | |||
</el-table-column> | |||
<el-table-column label="配合部门责任领导" width="150" align="center"> | |||
<!-- <el-table-column label="配合部门责任领导" width="150" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ row.cooperatePrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> | |||
</el-table-column> --> | |||
<el-table-column label="状态" width="85" align="center"> | |||
<template slot-scope="{ row }"> | |||
<el-link type="primary" v-if="row.status == 0">审核中</el-link> |
@@ -81,12 +81,12 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="其他牵头部门和责任领导" | |||
label="其他牵头部门" | |||
width="250" | |||
align="center" | |||
> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "other") }}</pre> | |||
<pre>{{ formatFirstList(row, "other") }}</pre> | |||
</template> | |||
</el-table-column> | |||
<!-- <el-table-column | |||
@@ -98,9 +98,9 @@ | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门和责任领导" width="250" align="center"> | |||
<el-table-column label="配合部门" width="250" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "cooperate") }}</pre> | |||
<pre>{{ formatFirstList(row, "cooperate") }}</pre> | |||
</template> | |||
</el-table-column> | |||
<!-- <el-table-column |
@@ -70,7 +70,7 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="其他牵头部门和责任领导" | |||
label="其他牵头部门" | |||
width="250" | |||
align="center" | |||
> | |||
@@ -87,7 +87,7 @@ | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门和责任领导" width="250" align="center"> | |||
<el-table-column label="配合部门" width="250" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "cooperate") }}</pre> | |||
</template> |
@@ -172,12 +172,12 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="其他牵头部门和责任领导" | |||
label="其他牵头部门" | |||
width="250" | |||
align="center" | |||
> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "other") }}</pre> | |||
<pre>{{ formatFirstList(row, "other") }}</pre> | |||
</template> | |||
</el-table-column> | |||
<!-- <el-table-column | |||
@@ -190,12 +190,12 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="配合部门和责任领导" | |||
label="配合部门" | |||
width="250" | |||
align="center" | |||
> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "cooperate") }}</pre> | |||
<pre>{{ formatFirstList(row, "cooperate") }}</pre> | |||
</template> | |||
</el-table-column> | |||
<!-- <el-table-column |
@@ -81,7 +81,7 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="其他牵头部门和责任领导" | |||
label="其他牵头部门" | |||
width="250" | |||
align="center" | |||
> | |||
@@ -98,7 +98,7 @@ | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门和责任领导" width="250" align="center"> | |||
<el-table-column label="配合部门" width="250" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "cooperate") }}</pre> | |||
</template> |
@@ -103,12 +103,12 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="其他牵头部门和责任领导" | |||
label="其他牵头部门" | |||
width="250" | |||
align="center" | |||
> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "other") }}</pre> | |||
<pre>{{ formatFirstList(row, "other") }}</pre> | |||
</template> | |||
</el-table-column> | |||
<!-- <el-table-column | |||
@@ -120,9 +120,9 @@ | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门和责任领导" width="250" align="center"> | |||
<el-table-column label="配合部门" width="250" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "cooperate") }}</pre> | |||
<pre>{{ formatFirstList(row, "cooperate") }}</pre> | |||
</template> | |||
</el-table-column> | |||
<!-- <el-table-column |
@@ -89,7 +89,7 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="其他牵头部门和责任领导" | |||
label="其他牵头部门" | |||
width="250" | |||
align="center" | |||
> | |||
@@ -106,7 +106,7 @@ | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门和责任领导" width="250" align="center"> | |||
<el-table-column label="配合部门" width="250" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "cooperate") }}</pre> | |||
</template> |
@@ -100,7 +100,7 @@ | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column | |||
label="其他牵头部门和责任领导" | |||
label="其他牵头部门" | |||
width="250" | |||
align="center" | |||
> | |||
@@ -117,7 +117,7 @@ | |||
<pre>{{ row.otherPrincipalList | formatList }}</pre> | |||
</template> | |||
</el-table-column> --> | |||
<el-table-column label="配合部门和责任领导" width="250" align="center"> | |||
<el-table-column label="配合部门" width="250" align="center"> | |||
<template slot-scope="{ row }"> | |||
<pre>{{ formatList(row, "cooperate") }}</pre> | |||
</template> |