瀏覽代碼

修改高质量第二阶段隐藏责任领导

master
周江龙 2 年之前
父節點
當前提交
8153e0f955
共有 11 個檔案被更改,包括 33 行新增33 行删除
  1. +1
    -1
      package.json
  2. +4
    -4
      src/views/second/coordinationManage/applyCooperation/basicTarget.vue
  3. +4
    -4
      src/views/second/coordinationManage/approvalCooperation/basicTarget.vue
  4. +4
    -4
      src/views/second/coordinationManage/cooperateList/basicTarget.vue
  5. +4
    -4
      src/views/second/segmentation/basicTable.vue
  6. +2
    -2
      src/views/second/segmentation/constraint.vue
  7. +4
    -4
      src/views/second/segmentation/contentDetail.vue
  8. +2
    -2
      src/views/second/segmentation/reward.vue
  9. +4
    -4
      src/views/second/taskSummary/basicTable.vue
  10. +2
    -2
      src/views/second/taskSummary/constraint.vue
  11. +2
    -2
      src/views/second/taskSummary/reward.vue

+ 1
- 1
package.json 查看文件

@@ -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",

+ 4
- 4
src/views/second/coordinationManage/applyCooperation/basicTarget.vue 查看文件

@@ -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

+ 4
- 4
src/views/second/coordinationManage/approvalCooperation/basicTarget.vue 查看文件

@@ -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

+ 4
- 4
src/views/second/coordinationManage/cooperateList/basicTarget.vue 查看文件

@@ -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>

+ 4
- 4
src/views/second/segmentation/basicTable.vue 查看文件

@@ -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

+ 2
- 2
src/views/second/segmentation/constraint.vue 查看文件

@@ -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>

+ 4
- 4
src/views/second/segmentation/contentDetail.vue 查看文件

@@ -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

+ 2
- 2
src/views/second/segmentation/reward.vue 查看文件

@@ -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>

+ 4
- 4
src/views/second/taskSummary/basicTable.vue 查看文件

@@ -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

+ 2
- 2
src/views/second/taskSummary/constraint.vue 查看文件

@@ -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>

+ 2
- 2
src/views/second/taskSummary/reward.vue 查看文件

@@ -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>

Loading…
取消
儲存