Browse Source

招募小程序传过来的不显示

xiaowang-social
是小王呀\24601 11 months ago
parent
commit
b068f890db
  1. 2
      package.json
  2. 2
      src/views/modules/volunteer/VolunteerProjects/index.vue

2
package.json

@ -9,7 +9,7 @@
"build": "vue-cli-service build", "build": "vue-cli-service build",
"build:sit": "vue-cli-service build --mode production.sit", "build:sit": "vue-cli-service build --mode production.sit",
"build:uat": "vue-cli-service build --mode production.uat", "build:uat": "vue-cli-service build --mode production.uat",
"build:preview": "vue-cli-service build --mode preview", "build:preview": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode preview",
"build:prod": "vue-cli-service build --mode production", "build:prod": "vue-cli-service build --mode production",
"build:test": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode test", "build:test": "set NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build --mode test",
"build:shibei_prod": "vue-cli-service build --mode shibei_production", "build:shibei_prod": "vue-cli-service build --mode shibei_production",

2
src/views/modules/volunteer/VolunteerProjects/index.vue

@ -91,7 +91,7 @@
style="color:#1C6AFD;" size="small" @click="handleupOnline(scope.row)">上线</el-button> style="color:#1C6AFD;" size="small" @click="handleupOnline(scope.row)">上线</el-button>
<el-button type="text" style="color:#1C6AFD;" size="small" v-if="scope.row.onlineStatus==0&&scope.row.projectStatus==10" <el-button type="text" style="color:#1C6AFD;" size="small" v-if="scope.row.onlineStatus==0&&scope.row.projectStatus==10"
@click="handledelete(scope.row)">删除</el-button> @click="handledelete(scope.row)">删除</el-button>
<el-button type="text" style="color:#1C6AFD;" size="small" v-if="scope.row.source==1" <el-button type="text" style="color:#1C6AFD;" size="small" v-if="scope.row.source==2"
@click="handlerecruit(scope.row)">招募</el-button> @click="handlerecruit(scope.row)">招募</el-button>
<!-- <el-button type="text" style="color:#1C6AFD;" size="small" <!-- <el-button type="text" style="color:#1C6AFD;" size="small"
@click="handleprocessl(scope.row)">审核</el-button> --> @click="handleprocessl(scope.row)">审核</el-button> -->

Loading…
Cancel
Save