WXL (wul)
5 小时以前 ae8535b861f9177508d9e5493e0fe9e47978c915
src/views/shortmessage/messagebank/index.vue
@@ -37,7 +37,7 @@
          :class="classestag == 4 ? 'state-lines' : 'state-line'"
          @click="awaitfn"
        >
          <div class="value-left"><i class="el-icon-s-help" />待发送</div>
          <div class="value-left"><i class="el-icon-s-help" />待随访</div>
          <div class="quantityd">22</div>
        </div>
      </div>
@@ -192,7 +192,7 @@
                width="160"
              >
                <template slot-scope="scope">
                  <span>{{ parseTime(scope.row.createTime) }}</span>
                  <span>{{ formatTime(scope.row.createTime) }}</span>
                </template> </el-table-column
              ><el-table-column
                label="发送时间"
@@ -201,7 +201,7 @@
                width="160"
              >
                <template slot-scope="scope">
                  <span>{{ parseTime(scope.row.createTime) }}</span>
                  <span>{{ formatTime(scope.row.createTime) }}</span>
                </template>
              </el-table-column>
              <el-table-column
@@ -244,7 +244,7 @@
                    size="medium"
                    type="text"
                    @click="handleUpdate(scope.row)"
                    v-hasPermi="['system:user:edit']"
                    ><span class="button-textxg"
                      ><i class="el-icon-edit-outline"></i>再次发送</span
                    ></el-button
@@ -770,7 +770,7 @@
    losefn() {
      this.classestag = 3;
    },
    // 切换待发送类别
    // 切换待随访类别
    awaitfn() {
      this.classestag = 4;
    },